From d226cd56ba5c2307be0db2f2855744e48695fb28 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 26 May 2022 01:11:39 -0400 Subject: [PATCH] Update debian.sh --- debian/debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/debian.sh b/debian/debian.sh index c4054a4..237e26e 100644 --- a/debian/debian.sh +++ b/debian/debian.sh @@ -3,7 +3,7 @@ sudo apt purge -y thunderbird emacs emacs-gtk emacs-bin-common emacs-common firefox* keepassxc cups* vim* system-config-printer* xsettingsd xterm* yelp* sudo apt autoremove -y sudo apt autoclean -sudo apt install -y qt5ct qt5-style-plugins arc-theme +sudo apt install -y eog qt5ct qt5-style-plugins arc-theme git config --global http.proxy http://127.0.0.1:8082 git clone https://github.com/horst3180/arc-icon-theme @@ -28,4 +28,4 @@ sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF' [org/gnome/desktop/interface] gtk-theme='Arc-Dark' icon-theme='Arc' -EOF \ No newline at end of file +EOF