Fix prerequisites

This commit is contained in:
alvinlollo
2025-10-26 23:24:15 +11:00
committed by GitHub
parent 1e76f65094
commit efda530468
+2 -2
View File
@@ -15,8 +15,8 @@ echo '
set +eux
# Install prerequisites
sudo pacman -S zsh fzf --no-confirm
sudo apt zsh fzf -y # Just try if debian based
sudo pacman -S zsh git curl fzf --no-confirm
sudo apt install git curl zsh fzf -y # Just try if debian based
# Do not print commands
set +x