Update install-dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-12-26 15:58:40 +01:00
parent 99039ee8b4
commit 6537e4131a

View File

@ -4,7 +4,7 @@ set -e
if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
echo "==Linux===="
sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake clang-10 \
libc++-10-dev libc++abi-10-dev ccache maven python3 python3-pip php7.2-cli
libc++-10-dev libc++abi-10-dev ccache maven python3 python3-pip php7.4-cli
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
echo "==OSX======"
export PYTHON=36