add support for zorin OS

This commit is contained in:
2024-02-07 11:38:47 -07:00
parent 4450eb8fc6
commit b3b4e3aee1

View File

@@ -3,7 +3,7 @@ echo "Running installation script\n"
{{- if eq .osid "linux-alpine" }} {{- if eq .osid "linux-alpine" }}
apk update apk update
apk add bash fish apk add bash fish
{{- else if (or (eq .osid "debian") (eq .osid "ubuntu")) }} {{- else if (eq .osid "debian" "ubuntu" "zorin") }}
sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update sudo apt update
sudo apt install bash fish -y sudo apt install bash fish -y