Update install.sh
This commit is contained in:
parent
eefc3984aa
commit
623a41c54a
|
@ -10,7 +10,7 @@ sleep 0.5
|
|||
echo "=> Determining OS..."
|
||||
|
||||
if [ "$(uname -o)" = "Android" ] || [ "$(lsb_release -si)" = "Fedora" ]; then
|
||||
set -- "nvim" "scripts" "zsh"
|
||||
set -- "alacritty" "nvim" "scripts" "zsh"
|
||||
INSTALL="pkg install"
|
||||
elif [ "$(lsb_release -si)" = "Debian" ] || [ "$(lsb_release -si)" = "Ubuntu" ]; then
|
||||
set -- "scripts" "zsh"
|
||||
|
|
Loading…
Reference in a new issue