From a82262d482fd98030743a026ec40e5674ad5ad96 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 24 Nov 2024 14:08:45 +0100 Subject: [PATCH] Update update.sh --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 7d130ff..feb3cc7 100755 --- a/update.sh +++ b/update.sh @@ -57,9 +57,8 @@ elif [ "$OS" == "Arch Linux" ]; then cd ~ if [ -d ~/yay-bin ]; then rm -rf ~/yay-bin; fi fi - sudo pacman --noconfirm --needed -S gdm waybar hyprland gnome-keyring pipewire git base-devel cmake gawk wget gettext unzip curl tmux btop ncdu ranger qt5ct qt6ct gnome-themes-extra + sudo pacman --noconfirm --needed -S waybar hyprland pipewire git base-devel cmake gawk wget gettext unzip curl tmux btop ncdu ranger qt5ct qt6ct gnome-themes-extra - yay --noconfirm -S --needed --aur archlinux-tweak-tool-git yay --noconfirm -S --needed --aur adwaita-qt5-git yay --noconfirm -S --needed --aur adwaita-qt6-git fi