From 53b3d1d667b26e320261691de8eeb29809bf20cc Mon Sep 17 00:00:00 2001 From: Patrick Naubert Date: Sat, 27 Jun 2020 12:59:43 -0400 Subject: [PATCH] If we don't output something to the window, the user may wonder if we are still installing and hesitate to press the reboot button in the popup. --- build-a-pi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-a-pi b/build-a-pi index c757f0a..2dc552c 100644 --- a/build-a-pi +++ b/build-a-pi @@ -540,6 +540,9 @@ sudo apt -y autoremove > /dev/null 2>&1 #restore crontab crontab $TEMPCRON rm $TEMPCRON + +echo "WE ARE ALL DONE HERE. If you close this window, you will have to reboot manually." + #reboot when done yad --width=400 --height=200 --title="Reboot" --image $LOGO \ --text-align=center --skip-taskbar --image-on-top \