Custom spinner

This commit is contained in:
2026-01-09 01:10:49 +01:00
parent 0eff0c2afe
commit 1cab699dac
2 changed files with 62 additions and 35 deletions

View File

@@ -17,7 +17,7 @@ if ! command -v yay &>/dev/null; then
fi
echo "Installing packages"
sudo -v
sudo -v || exit 1
yay -S --noconfirm --needed - <$DOTFILES_DIR/packages.txt
echo "Changing default shell"