mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
gcc override no longer needed
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2f5a5ab10a
commit
cc8703dbff
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user