From 93bb7502f7a0bfc96121638ad2e77d224d105e54 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sat, 12 Aug 2023 02:22:51 +0200 Subject: [PATCH] Update Installer.sh Added reboot dialog --- Installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installer.sh b/Installer.sh index 62c52e1..a2a8e0f 100644 --- a/Installer.sh +++ b/Installer.sh @@ -199,3 +199,10 @@ fi echo $OPTIONS > /etc/installedmodules sed -i 's/\s\+/\n/g' /etc/installedmodules sed -i 's/\"//g' /etc/installedmodules + +##-------------## +# Finishing # +##-------------## + +whiptail --title "Done!" --msgbox "Please insert the Zigbee Dongle into a USB 2.0 port. Hit OK to continue." 8 78 +reboot