summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'pi-hole-server.install')
-rw-r--r--pi-hole-server.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/pi-hole-server.install b/pi-hole-server.install
index 544ede6fad76..e95eb7398684 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -1,3 +1,7 @@
+warning() {
+ echo -e "\e[1;33m==>\e[0m Ver. 3.2: \e[1;31mWeb servers configurations are changed.\e[0m Please follow WIKI instructions.\e[0m"
+}
+
post_install() {
echo -e "\e[1;33m==>\e[0m Read setup instructions at \e[1;36mhttps://wiki.archlinux.org/index.php/Pi-hole\e[0m"
echo -e "\e[1;33m==>\e[0m Generating initial block list, please wait...\e[0m"
@@ -17,6 +21,8 @@ post_upgrade() {
[ -e /etc/pihole/hosts ] && rm /etc/pihole/hosts
[ -e /etc/pihole/.useIPv6 ] && rm /etc/pihole/.useIPv6
+ warning
+
# keep pacman from throwing errors should none them be on the filesystem
return 0
}