Update .local/bin/provision
This commit is contained in:
parent
dedcb84911
commit
4e909c6bd7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue