Update install-dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-12-26 14:56:50 +01:00
parent 57a5d8c555
commit 4234507925

View File

@ -45,8 +45,8 @@ elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
choco install gperf
choco install strawberryperl
choco install nasm
choco install php --version=7.4.9 --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'
choco install python3 --params "/InstallDir:C:\Python3"
#choco install php --version=7.4.9 --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'
#choco install python3 --params "/InstallDir:C:\Python3"
[ -d ./windowsenv/ ] && $(yes | rm -rf ./windowsenv/)
[ -d $VCPKG_DIR ] && $(yes | rm -rf $VCPKG_DIR)