mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 10:31:34 -05:00
Update debian.sh
This commit is contained in:
parent
ab5ce8883f
commit
31f7c9b379
7
debian/debian.sh
vendored
7
debian/debian.sh
vendored
@ -1,8 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer* xsettingsd xterm*
|
||||
sudo apt autoremove
|
||||
sudo apt install qt5ct qt5-qtstyleplugins arc-theme
|
||||
sudo apt purge -y thunderbird emacs emacs-gtk emacs-bin-common emacs-common firefox* keepassxc cups* vim* system-config-printer* xsettingsd xterm*
|
||||
sudo apt autoremove -y
|
||||
sudo apt autoclean
|
||||
sudo apt install -y qt5ct qt5-qtstyleplugins arc-theme
|
||||
|
||||
sudo mkdir /etc/gtk-3.0
|
||||
echo '[Settings]
|
||||
|
Loading…
Reference in New Issue
Block a user