Compare commits

..

3 Commits

Author SHA1 Message Date
d293f7ddbf Merge branch 'main' into rotom 2026-01-09 00:37:52 +01:00
08079566ef fucking hell 2026-01-09 00:37:47 +01:00
611770f393 fucking hell 2026-01-09 00:37:40 +01:00

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 \