code changes and cleanup
Some checks failed
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (bookworm) (push) Failing after 1m36s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (bullseye) (push) Failing after 1m49s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (buster) (push) Failing after 1m19s
Build and Upload Multiple Debian RootFS Versions / build-debian-variants (docker-build) (push) Failing after 2m25s

This commit is contained in:
2025-07-05 07:01:06 -07:00
parent 9ebfe49abe
commit 25b58c7e3a
11 changed files with 41 additions and 143 deletions

View File

@@ -8,7 +8,7 @@ DEBIAN_RELEASE="bookworm"
ROOTFS_DIR="debian-${DEBIAN_RELEASE}"
SCRIPTS_DIR="base-image-script"
PT2_SCRIPT="debian-${DEBIAN_RELEASE}_pt2.sh"
PT3_SCRIPT="debian-${DEBIAN_RELEASE}_pt3.sh"
PT3_SCRIPT="debian-build_pt3.sh"
echo "[INFO] Preparing environment..."
apt-get update -y