mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-27 00:07:26 +10:00
Fix prerequisites
This commit is contained in:
@@ -15,8 +15,8 @@ echo '
|
|||||||
set +eux
|
set +eux
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
sudo pacman -S zsh fzf --no-confirm
|
sudo pacman -S zsh git curl fzf --no-confirm
|
||||||
sudo apt zsh fzf -y # Just try if debian based
|
sudo apt install git curl zsh fzf -y # Just try if debian based
|
||||||
|
|
||||||
# Do not print commands
|
# Do not print commands
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Reference in New Issue
Block a user