mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
Merge pull request #70 from pryme-svg/master
Add logo to linux install script
This commit is contained in:
commit
e88a2c9ce0
@ -9,6 +9,17 @@ if [[ $(whoami) != "root" ]] ; then
|
|||||||
exit;
|
exit;
|
||||||
fi
|
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 "[$(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";
|
printf "Please select$(tput sgr0)\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user