From cc8703dbffd39f69eb9c5b99c6e8febb0e10a7d5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 4 May 2024 16:58:57 -0700 Subject: [PATCH] gcc override no longer needed Signed-off-by: Tommy --- Ubuntu-22.04-Server.sh => Ubuntu-24.04-Server.sh | 4 ---- 1 file changed, 4 deletions(-) rename Ubuntu-22.04-Server.sh => Ubuntu-24.04-Server.sh (98%) 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/*