From 398b38e1ce18d04cfe2b20458b085e94c29f4185 Mon Sep 17 00:00:00 2001 From: pryme-svg <65417452+pryme-svg@users.noreply.github.com> Date: Fri, 16 Oct 2020 08:10:07 -0700 Subject: [PATCH] Update Lightcord_installer.sh --- Lightcord_installer.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Lightcord_installer.sh b/Lightcord_installer.sh index 92fdd2e..4b3e462 100644 --- a/Lightcord_installer.sh +++ b/Lightcord_installer.sh @@ -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";