Update run.sh with correct python package

This commit is contained in:
Kyle Yeo 2023-09-28 14:23:16 +06:30 committed by GitHub
parent 1d21fafd46
commit 25e4941e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
run.sh
View file

@ -19,7 +19,7 @@ apt-get upgrade -q -y -u -o Dpkg::Options::="--force-confdef" \
--allow-downgrades --allow-remove-essential --allow-change-held-packages \ --allow-downgrades --allow-remove-essential --allow-change-held-packages \
--allow-change-held-packages --allow-unauthenticated --allow-change-held-packages --allow-unauthenticated
apt-get install sysbench nginx mysql-server python redis-server -y apt-get install sysbench nginx mysql-server python3 redis-server -y
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli chmod +x speedtest-cli