From efda530468a8f6711d3aed20ddfc769c6d14af74 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:24:15 +1100 Subject: [PATCH] Fix prerequisites --- zsh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.sh b/zsh.sh index dc9f518..9d6de6f 100644 --- a/zsh.sh +++ b/zsh.sh @@ -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