fucking hell

This commit is contained in:
2026-01-09 00:37:40 +01:00
parent e2ceaad04b
commit 611770f393

View File

@@ -26,7 +26,7 @@ sudo -v
if ! command -v gum &>/dev/null; then if ! command -v gum &>/dev/null; then
echo "Installing gum" echo "Installing gum"
sudo pacman -S gum sudo pacman -S --needed --noconfirm gum
fi fi
################################### ###################################
@@ -98,7 +98,7 @@ for choice in "${desktop[@]}"; do
case "$choice" in case "$choice" in
"Niri") "Niri")
sudo -v sudo -v
gum spin --title "Installing niri alongside required packages" --show-error -- \ gum spin --title "Installing niri alongside required packages" -- \
yay -S --needed --noconfirm \ yay -S --needed --noconfirm \
niri \ niri \
ly \ ly \