From 6729db8e35f227907e0d60e16fe4bf71cf911148 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:13:54 -0500 Subject: [PATCH] remove FETCH_PKG_KEYS --- usr/local/share/bastille/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 8f0b4cb7..6bcac5a5 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -507,7 +507,6 @@ bootstrap_template() { # Handle options. PKGBASE=0 ERRORS=0 -FETCH_PKG_KEYS=0 while [ "$#" -gt 0 ]; do case "${1}" in -h|--help|help)