diff --git a/setupfedora.sh b/setupfedora.sh index 536ff50..17a8aed 100755 --- a/setupfedora.sh +++ b/setupfedora.sh @@ -7,4 +7,9 @@ set -e if [[ $UID != "0" ]]; then echo "ERROR: You must run this script as root!" exit 1 -fi \ No newline at end of file +fi + + + +# Run a system upgrade +dnf upgrade \ No newline at end of file