Debian support

This commit is contained in:
alvinlollo
2025-06-13 23:40:44 +10:00
committed by GitHub
parent d7b062dc7b
commit 28e5a06afe
+4 -2
View File
@@ -11,8 +11,12 @@ echo '
--------------- ZSH Install Script ---------------
'
# Do not exit on fail
set +eux
# Install prerequisites
sudo pacman -S zsh fzf --no-confirm
sudo apt zsh fzf -y # Just try if debian based
# Do not print commands
set +x
@@ -24,8 +28,6 @@ echo '
# Print commands
set -x
sudo pacman -S zsh fzf --no-confirm
# Installs Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"