Run a system upgrade
This commit is contained in:
@@ -8,3 +8,8 @@ if [[ $UID != "0" ]]; then
|
||||
echo "ERROR: You must run this script as root!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Run a system upgrade
|
||||
dnf upgrade
|
||||
Reference in New Issue
Block a user