From 6d5ad199398e85e0920bea257b0af29585a43d84 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 7 Jan 2024 13:05:38 -0600 Subject: [PATCH] fix: python on ubuntu 22.04 LTS --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 26c465d..7b38ebf 100755 --- a/run.sh +++ b/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-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