This commit is contained in:
2025-07-04 08:30:57 -07:00
parent 6218c7c980
commit f78182e130
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ PT3_SCRIPT="debian-test_pt3.sh"
echo "[INFO] Preparing environment..."
apt-get update -y
apt-get upgrade -y
apt-get install -y debootstrap bash curl wget ftp-upload dirmngr build-essential libssl-dev libffi-dev python3-dev
apt-get install -y --no-install-recommends debootstrap bash curl wget ftp-upload dirmngr
echo "[INFO] Downloading extra scripts if missing..."
for SCRIPT in $PT2_SCRIPT $PT3_SCRIPT; do