diff --git a/common/download_install.sh b/common/download_install.sh index b80a4b9f1..b36b8548a 100755 --- a/common/download_install.sh +++ b/common/download_install.sh @@ -15,7 +15,7 @@ apt update #apt upgrade -y apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -apt install -y curl unzip +apt install -y curl unzip python3-pip # pip3 install lastversion "requests<=2.29.0" # pip install lastversion "requests<=2.29.0" mkdir -p /opt/$GITHUB_REPOSITORY