mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-21 17:11:33 -05:00
Update Ubuntu-Update.sh
This commit is contained in:
parent
8a28650d30
commit
0f9c757d3d
@ -23,8 +23,13 @@ rm -rf /home/${USER}/.local/lib/python*
|
||||
sudo apt purge python3-pip -y
|
||||
sudo apt autoremove -y
|
||||
|
||||
#Fix up dependencies for OpenSnitch
|
||||
sudo apt install python3-grpcio python3-slugify -y
|
||||
#Reinstall OpenSnitch
|
||||
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
|
||||
sudo aa-enforce /etc/apparmor.d/*
|
||||
|
Loading…
Reference in New Issue
Block a user