mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Update Ubuntu-Desktop-20.04-LTS.sh
This commit is contained in:
parent
42445c2033
commit
73c97cf3c1
@ -26,8 +26,7 @@ sudo sed -ie '/^UMASK\s\+/ s/022/077/' /etc/login.defs
|
||||
echo "umask 077" | sudo tee --append /etc/profile
|
||||
|
||||
#Make home directory private
|
||||
chmod -R o-rwx /home/${USER}
|
||||
chmod -R g-rwx /home/${USER}
|
||||
sudo chmod 700 /home/*
|
||||
|
||||
#Disable crash reports
|
||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
||||
@ -85,11 +84,6 @@ sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install ivpn-ui -y
|
||||
|
||||
#Install OpenSnitch
|
||||
sudo apt install -y https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/opensnitch_1.3.6-1_amd64.deb
|
||||
sudo apt install -y https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/python3-opensnitch-ui_1.3.6-1_all.deb
|
||||
sudo chmod -R $USER:USER /home/${USER}/.config/autostart
|
||||
|
||||
#Setup VSCodium
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium.gpg
|
||||
sudo chmod 644 /etc/apt/trusted.gpg.d/vscodium.gpg
|
||||
|
Loading…
Reference in New Issue
Block a user