From 6728e3a583b3d511b8002b9d16b55eb52cc1369c Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 12 Nov 2023 09:36:57 +0330 Subject: [PATCH] Update download_install.sh Ensure early satisfaction of pip3 --- common/download_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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