1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-07 16:23:30 -04:00

Ubuntu 23.10 already defaults to gcc-13

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-22 03:38:18 -07:00
parent 1e0d6d3a3c
commit 6e207360fa
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -31,10 +31,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/*