From 77e894df46210ce99e4a383f76a5406fd56ac3f9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 16 Jun 2022 00:19:03 -0400 Subject: [PATCH] Update and rename ubuntu.sh to focal.sh --- ubuntu/{ubuntu.sh => focal.sh} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename ubuntu/{ubuntu.sh => focal.sh} (70%) diff --git a/ubuntu/ubuntu.sh b/ubuntu/focal.sh similarity index 70% rename from ubuntu/ubuntu.sh rename to ubuntu/focal.sh index 5f0c00b..cd56426 100644 --- a/ubuntu/ubuntu.sh +++ b/ubuntu/focal.sh @@ -5,8 +5,14 @@ sudo apt purge -y firefox* thunderbird emacs emacs-gtk emacs-bin-common emacs-co sudo apt autoremove -y sudo apt autoclean +#Add repo +curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/unman.pub https://raw.githubusercontent.com/unman/unman/master/unman.pub +sudo apt-key add ~/unman.pub +echo "deb https://qubes.3isec.org/4.0 focal main" | sudo tee -a /etc/apt/sources.list + #Install packages -sudo apt install --no-install-recommends qubes-gpg-split eog qt5ct qt5-style-plugins nautilus arc-theme -y +sudo apt update +sudo apt install --no-install-recommends qubes-gpg-split eog qt5ct qt5-style-plugins nautilus arc-theme snapd qubes-snapd-helper -y #Theming git config --global http.proxy http://127.0.0.1:8082