mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Bad flag option
This commit is contained in:
@@ -18,7 +18,7 @@ set -eu
|
|||||||
|
|
||||||
if command -v pacman >/dev/null; then
|
if command -v pacman >/dev/null; then
|
||||||
echo "pacman detected. Installing prerequisites"
|
echo "pacman detected. Installing prerequisites"
|
||||||
sudo pacman -S zsh git curl fzf --no-confirm
|
sudo pacman -S zsh git curl fzf --noconfirm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v apt >/dev/null; then
|
if command -v apt >/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user