Update Installer.sh

Fixed oopsie
This commit is contained in:
b.waal 2023-09-25 02:13:53 +02:00
parent c9438d6b1b
commit a3522138f0

View File

@ -273,6 +273,7 @@ wget $GIT/$BRANCH/Tools/AddHost.sh -O /opt/AddHost.sh
if [[ $dist == "Debian" ]]; then if [[ $dist == "Debian" ]]; then
wget $GIT/$BRANCH/MOTD/greetings.sh -O /etc/profile.d/greeting.sh wget $GIT/$BRANCH/MOTD/greetings.sh -O /etc/profile.d/greeting.sh
sed -i -e "s/%name%/$NAME/g" /etc/profile.d/greeting.sh
fi fi
whiptail --title "Done!" --msgbox "Pi-Hole is now available on http://$IP/admin\n\nPress OK to continue." 10 78 whiptail --title "Done!" --msgbox "Pi-Hole is now available on http://$IP/admin\n\nPress OK to continue." 10 78