From 0f9c757d3d45776c5814d4528a70158d7afa9d88 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:37:08 -0400 Subject: [PATCH] Update Ubuntu-Update.sh --- Ubuntu-Update.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Ubuntu-Update.sh b/Ubuntu-Update.sh index 9b69085..7ab8039 100644 --- a/Ubuntu-Update.sh +++ b/Ubuntu-Update.sh @@ -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/*