From a14cbc167b0d90bff605eb034eff26145d8fd8f9 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 19 Oct 2024 17:34:40 +0200 Subject: [PATCH] Updated script --- update.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 36e08a2..5e96612 100755 --- a/update.sh +++ b/update.sh @@ -35,7 +35,7 @@ sudo apt -y purge --auto-remove neovim printf -- '\033[33m Installing system packages\n\033[37m' sudo apt update sudo apt upgrade -y -sudo apt install -y gpg ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \ +sudo apt install -y imagemagic gpg ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \ build-essential libssl-dev libffi-dev python3-dev file tmux libudev-dev pkg-config locales pipx btop ncdu ranger # Setup locals @@ -257,6 +257,10 @@ if [ $DESKTOP == "yes" ]; then printf -- '\033[33m Installing gnome tweaks\n\033[37m' sudo apt install -y gnome-tweaks + # Install feh + printf -- '\033[33m Installing feh\n\033[37m' + sudo apt install -y feh + # Install NerdFonts printf -- '\033[33m Installing NerdFonts\n\033[37m' mkdir -p /home/$USER/.local/share/fonts