1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Update and rename ubuntu.sh to focal.sh

This commit is contained in:
Tommy 2022-06-16 00:19:03 -04:00 committed by GitHub
parent 8ec59bd9b4
commit 77e894df46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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