tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 0c11e4050b582b0020ce0e6a9922f1232ad1a9b4
parent a68b749afcbf935d84fffe31d8abd45be1b860cd
Author: rbckman <rbckman@ceppo>
Date:   Mon, 28 Oct 2019 21:14:51 +0200

version change

Diffstat:
MVERSION | 2+-
Minstall.sh | 14+++-----------
2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.04 +1.05 Leone diff --git a/install.sh b/install.sh @@ -235,15 +235,7 @@ cat <<'EOF' |_____/ \____/|_| \_|______(_) EOF - -while true; do - read -p "Reboot into up-to-date Tarina now? [y]es or [n]o?" yn - case $yn in - [Yy]* ) echo "Rebooting now..." +sleep 2 +echo "Rebooting into up-to-date Tarina..." +sleep 2 reboot - break;; - [Nn]* ) echo "Yes, sir! we are done!";break;; - * ) echo "Please answer yes or no.";; - esac -done -