From d09aea1b8d2653913e2923c1befd93f47c94aaa2 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:55:44 +1100 Subject: [PATCH] Fix typo --- zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.sh b/zsh.sh index 8c28282..eba038d 100644 --- a/zsh.sh +++ b/zsh.sh @@ -23,7 +23,7 @@ fi if command -v apt >/dev/null; then echo "apt detected. Installing prerequisites" - ssudo apt install git curl zsh fzf -y + sudo apt install git curl zsh fzf -y fi # Do not print commands