fix: python on ubuntu 22.04 LTS

This commit is contained in:
Josh Sherman 2024-01-07 13:05:38 -06:00
parent 1d21fafd46
commit 6d5ad19939
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

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-change-held-packages --allow-unauthenticated
apt-get install sysbench nginx mysql-server python redis-server -y
apt-get install sysbench nginx mysql-server python-is-python3 redis-server -y
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli