We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24e930 commit df93fc0Copy full SHA for df93fc0
ct/pihole.sh
@@ -29,6 +29,8 @@ function update_script() {
29
fi
30
msg_info "Updating ${APP}"
31
set +e
32
+ $STD apt-get update
33
+ $STD apt-get upgrade -y
34
/usr/local/bin/pihole -up
35
msg_ok "Updated ${APP}"
36
exit
@@ -41,4 +43,4 @@ description
41
43
msg_ok "Completed Successfully!\n"
42
44
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
45
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"
46
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin${CL}"
0 commit comments