Add TEMP_REPO variable

This commit is contained in:
Serge Schneider
2025-04-15 11:48:57 +01:00
parent 260c17db0e
commit ca3d54e7e7
4 changed files with 16 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash -e
rm -f "${ROOTFS_DIR}/etc/apt/apt.conf.d/51cache"
rm -f "${ROOTFS_DIR}/etc/apt/sources.list.d/00-temp.list"
find "${ROOTFS_DIR}/var/lib/apt/lists/" -type f -delete
on_chroot << EOF
apt-get update