From a7549018be7e67c575f5163fb41e258366f3ab49 Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Fri, 23 Jun 2023 14:37:52 +0200 Subject: [PATCH] fix: ignore not supported os --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 8280380..ccd96c7 100755 --- a/install.sh +++ b/install.sh @@ -48,6 +48,9 @@ then difftastic \ starship \ cargo install typos-cli +else + echo "Unsupported OS! Skipping execution of dotenv install.sh" + exit 0 fi echo "== zplug"