Update .local/bin/provision

This commit is contained in:
Brian Zalewski 2022-11-30 08:19:11 +00:00
parent dedcb84911
commit 4e909c6bd7

View file

@ -117,6 +117,7 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null; then
echo "TODO - Add support for Termux"
elif command -v xbps-install > /dev/null; then
# Void
echo "TODO - Add support for Void"
elif [[ "$OSTYPE" == 'cygwin' ]] || [[ "$OSTYPE" == 'msys' ]] || [[ "$OSTYPE" == 'win32' ]]; then
# Windows
choco install -y curl git node