Run a system upgrade
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user