Add files via upload

This commit is contained in:
stornic56
2026-05-14 21:52:17 -05:00
committed by GitHub
parent e3978c5a4f
commit 29f8d56548
8 changed files with 400 additions and 131 deletions
+6 -6
View File
@@ -50,12 +50,12 @@ finalize_deb822() {
configure_repos() {
echo -e "${YELLOW}Repository configuration...${NC}"
local use_deb822
if whiptail --title "Repository Format" --defaultno \
--yesno "Use the modern .sources (deb822) format?\n(default is classic one-line style)" 10 60; then
use_deb822=true
else
use_deb822=false
local use_deb822=false
if [ "$DEBIAN_CODENAME" = "trixie" ]; then
if whiptail --title "Repository Format" --defaultno \
--yesno "Use the modern .sources (deb822) format?\n(default is classic one-line style)" 10 60; then
use_deb822=true
fi
fi
local enable_backports