PiHole: Bump to Debian 12 (#8649)

This commit is contained in:
CanbiZ
2025-10-26 13:57:42 -07:00
committed by GitHub
parent 249a02754a
commit 8852def9a6
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-512}" var_ram="${var_ram:-512}"
var_disk="${var_disk:-2}" var_disk="${var_disk:-2}"
var_os="${var_os:-debian}" var_os="${var_os:-debian}"
var_version="${var_version:-13}" var_version="${var_version:-12}"
var_unprivileged="${var_unprivileged:-1}" var_unprivileged="${var_unprivileged:-1}"
header_info "$APP" header_info "$APP"
@@ -27,12 +27,13 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
msg_info "Updating ${APP}" msg_info "Updating PiHole"
set +e set +e
$STD apt update $STD apt update
$STD apt upgrade -y $STD apt upgrade -y
/usr/local/bin/pihole -up /usr/local/bin/pihole -up
msg_ok "Updated ${APP}" msg_ok "Updated PiHole"
msg_ok "Updated Successfully!"
exit exit
} }

View File

@@ -23,7 +23,7 @@
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "13" "version": "12"
} }
} }
], ],