mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Ubuntu 23.10 already defaults to gcc-13
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1e0d6d3a3c
commit
6e207360fa
@ -31,10 +31,6 @@ sudo apt update -y
|
|||||||
sudo apt full-upgrade -y
|
sudo apt full-upgrade -y
|
||||||
sudo apt autoremove -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
|
# Make home directory private
|
||||||
sudo chmod 700 /home/*
|
sudo chmod 700 /home/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user