This commit is contained in:
2025-07-04 07:00:59 -07:00
parent e9e343bd6a
commit 405476a6c1

View File

@@ -4,9 +4,9 @@ set -o pipefail
DEBIAN_RELEASE="bookworm" DEBIAN_RELEASE="bookworm"
ROOTFS_DIR="debian-${DEBIAN_RELEASE}" ROOTFS_DIR="debian-${DEBIAN_RELEASE}"
SCRIPTS_URL="https://raw.githubusercontent.com/fithwum/files-for-dockers/refs/heads/master/base-image-script" SCRIPTS_URL="https://raw.githubusercontent.com/fithwum/files-for-dockers/refs/heads/master/base-image-script/"
PT2_SCRIPT="debian-base_pt2.sh" PT2_SCRIPT="debian-test_pt2.sh"
PT3_SCRIPT="debian-base_pt3.sh" PT3_SCRIPT="debian-test_pt3.sh"
echo "[INFO] Preparing environment..." echo "[INFO] Preparing environment..."
apt-get update -y apt-get update -y