mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 09:30:20 +00:00
let users know if we skip cask because of platform
This commit is contained in:
@@ -13,4 +13,6 @@ apps=(
|
|||||||
# cask only supported on macos
|
# cask only supported on macos
|
||||||
if [ "$(uname)" == "Darwin" ]; then
|
if [ "$(uname)" == "Darwin" ]; then
|
||||||
brew install "${apps[@]}" --cask
|
brew install "${apps[@]}" --cask
|
||||||
|
else
|
||||||
|
echo "skipping cask for non-macos platform"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user