From e63c870cb22c7283f963ad008b834688bdf34dd9 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 11 Jan 2026 23:46:55 +0000 Subject: [PATCH] update packages --- install.sh | 4 ++-- replace.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 8157883..5e193d6 100755 --- a/install.sh +++ b/install.sh @@ -164,10 +164,10 @@ if [ "$family" = "arch" ]; then if [[ -z "$aur_helper" ]]; then echo "Continue installing using pacman, replacing swaylock-fancy with swaylock" - sudo pacman -S --needed cava fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist + sudo pacman -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist else echo "Installing packages..." - "$aur_helper" -S --needed cava fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist + "$aur_helper" -S --needed cava cliphist fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist fi echo "Setting up SDDM..." diff --git a/replace.sh b/replace.sh index 97034f4..8684473 100644 --- a/replace.sh +++ b/replace.sh @@ -5,7 +5,7 @@ set -euo pipefail echo "This is a really simple script that helps you move all config files into place." echo "So you don't need to replace them one by one." echo "Make sure you have the following packages installed (if you want to use them):" -echo "cava fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm" +echo "cava cliphist fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm" echo "Do you wish to continue?[y/N]"