From df93fc0ecfa0c3fc33141bf483db22556d3671ea Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 24 Apr 2025 12:09:26 +0200 Subject: [PATCH] Update pihole.sh (#4026) --- ct/pihole.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/pihole.sh b/ct/pihole.sh index a90658793..19ba53364 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -29,6 +29,8 @@ function update_script() { fi msg_info "Updating ${APP}" set +e + $STD apt-get update + $STD apt-get upgrade -y /usr/local/bin/pihole -up msg_ok "Updated ${APP}" exit @@ -41,4 +43,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"