diff --git a/README.md b/README.md index bd1acc1a..efd3583c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# T-Pot 18.11 +# T-Pot 19.03 -T-Pot 18.11 runs on the latest 18.04.x LTS Ubuntu Server Network Installer image, is based on +T-Pot 19.03 runs on Debian (Sid), is based heavily on [docker](https://www.docker.com/), [docker-compose](https://docs.docker.com/compose/) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 2fd90861..95b55927 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -801,7 +801,7 @@ if [ "$myTPOT_DEPLOYMENT_TYPE" == "auto" ]; then echo "Done. Please reboot." else - dialog --keep-window --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \ + dialog --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Thanks for your patience. Now rebooting. ]" --pause "" 6 80 2 && \ systemctl restart console-setup.service dialog --clear reboot