1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-11-22 01:21:33 -05:00

Update Ubuntu-Update.sh

This commit is contained in:
TommyTran732 2021-04-06 11:37:08 -04:00 committed by GitHub
parent 8a28650d30
commit 0f9c757d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,13 @@ rm -rf /home/${USER}/.local/lib/python*
sudo apt purge python3-pip -y sudo apt purge python3-pip -y
sudo apt autoremove -y sudo apt autoremove -y
#Fix up dependencies for OpenSnitch #Reinstall OpenSnitch
sudo apt install python3-grpcio python3-slugify -y wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/opensnitch_1.3.6-1_amd64.deb
wget https://github.com/evilsocket/opensnitch/releases/download/v1.3.6/python3-opensnitch-ui_1.3.6-1_all.deb
sudo dpkg -i opensnitch*.deb python3-opensnitch-ui*.deb
sudo apt -f install -y
rm -rf *opensnitch*
sudo chown -R $USER:$USER /home/${USER}/.config/autostart
#Put all AppArmor profiles into enforcing mode #Put all AppArmor profiles into enforcing mode
sudo aa-enforce /etc/apparmor.d/* sudo aa-enforce /etc/apparmor.d/*