fix: python on ubuntu 22.04 LTS
This commit is contained in:
parent
1d21fafd46
commit
6d5ad19939
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -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 python-is-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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue