mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-22 08:14:28 +10:00
Fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
if command -v apt >/dev/null; then
|
if command -v apt >/dev/null; then
|
||||||
echo "apt detected. Installing prerequisites"
|
echo "apt detected. Installing prerequisites"
|
||||||
ssudo apt install git curl zsh fzf -y
|
sudo apt install git curl zsh fzf -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do not print commands
|
# Do not print commands
|
||||||
|
|||||||
Reference in New Issue
Block a user