From b3b4e3aee16bfb6cf2abe0da5e017a98ef398590 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 7 Feb 2024 11:38:47 -0700 Subject: [PATCH] add support for zorin OS --- run_once_install.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_install.sh.tmpl b/run_once_install.sh.tmpl index 925d752..346868b 100644 --- a/run_once_install.sh.tmpl +++ b/run_once_install.sh.tmpl @@ -3,7 +3,7 @@ echo "Running installation script\n" {{- if eq .osid "linux-alpine" }} apk update 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 update sudo apt install bash fish -y