mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Update and rename ubuntu.sh to focal.sh
This commit is contained in:
parent
8ec59bd9b4
commit
77e894df46
@ -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
|
Loading…
Reference in New Issue
Block a user