diff --git a/Ubuntu-22.04-Server.sh b/Ubuntu-24.04-Server.sh similarity index 98% rename from Ubuntu-22.04-Server.sh rename to Ubuntu-24.04-Server.sh index 57ca1d9..84ae44f 100644 --- a/Ubuntu-22.04-Server.sh +++ b/Ubuntu-24.04-Server.sh @@ -38,10 +38,6 @@ sudo apt update -y sudo apt full-upgrade -y sudo apt autoremove -y -# Default to gcc-12 instead of gcc-11 -sudo rm /usr/bin/gcc -sudo ln -s /usr/bin/gcc-12 /usr/bin/gcc - # Make home directory private sudo chmod 700 /home/*