Merge pull request #70 from pryme-svg/master

Add logo to linux install script
This commit is contained in:
JeanOUINA 2020-10-16 17:16:48 +02:00 committed by GitHub
commit e88a2c9ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,17 @@ if [[ $(whoami) != "root" ]] ; then
exit;
fi
cat << "EOF"
_ _ _ _ _
| | (_)__ _| |_| |_ __ ___ _ _ __| |
| |__| / _` | ' \ _/ _/ _ \ '_/ _` |
|____|_\__, |_||_\__\__\___/_| \__,_|
|___/
Linux Installer and Updater
EOF
printf "[$(tput setaf 12 && tput blink)INFO$(tput sgr0)] $(tput setaf 12)This script depends on unzip! Install that package first!$(tput sgr0)\n";
printf "Please select$(tput sgr0)\n";