Update install-dependencies.sh
This commit is contained in:
parent
99039ee8b4
commit
6537e4131a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user