fucking hell

This commit is contained in:
2026-01-09 00:37:40 +01:00
parent a0db184c2d
commit 08079566ef

View File

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