fix: ignore not supported os

This commit is contained in:
Tine Jozelj 2023-06-23 14:37:52 +02:00
parent 4005771984
commit a7549018be
No known key found for this signature in database

View file

@ -48,6 +48,9 @@ then
difftastic \ difftastic \
starship \ starship \
cargo install typos-cli cargo install typos-cli
else
echo "Unsupported OS! Skipping execution of dotenv install.sh"
exit 0
fi fi
echo "== zplug" echo "== zplug"