tarina

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

commit 82080c8690cd0ec5a3d9af0bf81ecd5e83afcf70
parent 8e1833225d48cf2a4163d8f80871eab55d878f05
Author: rbckman <rbckman@localhost.localdomain>
Date:   Sat, 17 Nov 2018 07:18:06 +0200

fix

Diffstat:
Minstall.sh | 21+++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/install.sh b/install.sh @@ -6,16 +6,17 @@ if [ "$UID" -eq "$ROOT_UID" ] then echo "Hurray, you are root! Godspeed! Let's do this.." cat << "EOF" - _______ _____ _____ _ _ " - |__ __|/\ | __ \|_ _| \ | | /\ " - | | / \ | |__) | | | | \| | / \ " - | | / /\ \ | _ / | | | . ` | / /\ \ " - | |/ ____ \| | \ \ _| |_| |\ |/ ____ \ " - |_/_/ \_\_| \_\_____|_| \_/_/ \_\" - - +-+ +-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+" - |a| |r|e|t|a|k|e| |o|n| |f|i|l|m|m|a|k|i|n|g|" - +-+ +-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+" + + _______ _____ _____ _ _ + |__ __|/\ | __ \|_ _| \ | | /\ + | | / \ | |__) | | | | \| | / \ + | | / /\ \ | _ / | | | . ` | / /\ \ + | |/ ____ \| | \ \ _| |_| |\ |/ ____ \ + |_/_/ \_\_| \_\_____|_| \_/_/ \_\ + + +-+ +-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+ + |a| |r|e|t|a|k|e| |o|n| |f|i|l|m|m|a|k|i|n|g| + +-+ +-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+-+-+-+-+ EOF sleep 2