gns3-registry/packer/centos/scripts/upgrade-os.sh

8 lines
67 B
Bash
Raw Normal View History

2022-12-23 03:34:21 +00:00
#!/bin/sh
set -ex
# clear repository
dnf clean all
dnf update -y