1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-28 02:50:17 +00:00

Update pihole.sh (#4026)

This commit is contained in:
Tobias 2025-04-24 12:09:26 +02:00 committed by GitHub
parent e24e9309d1
commit df93fc0ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"