mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Fix prerequisites
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user