Add Debian keyring and minor code changes

This commit is contained in:
JRGTH
2025-09-23 11:12:05 -04:00
parent 9a6ef9031e
commit 3a24390b0d
4 changed files with 5 additions and 2 deletions
Executable → Regular
+1 -1
View File
@@ -120,7 +120,7 @@ fetch_pkg() {
echo "Fetching required packages."
# Fetch deboostrap and dependency packages.
pkg fetch -y -d -o ${CWDIR}/system/ debootstrap || error_notify "Error while fetching packages, exiting."
pkg fetch -y -d -o ${CWDIR}/system/ debootstrap debian-keyring || error_notify "Error while fetching packages, exiting."
echo "Done."
if df | grep -q "${CWDIR}/system/var/db/pkg"; then