add support for zorin OS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user