mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
fix: ignore not supported os
This commit is contained in:
parent
4005771984
commit
a7549018be
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue