Run a system upgrade

This commit is contained in:
2021-08-11 22:35:41 +02:00
parent 0e9231de6b
commit 13a3903312

View File

@@ -7,4 +7,9 @@ set -e
if [[ $UID != "0" ]]; then if [[ $UID != "0" ]]; then
echo "ERROR: You must run this script as root!" echo "ERROR: You must run this script as root!"
exit 1 exit 1
fi fi
# Run a system upgrade
dnf upgrade