Skip to content

Commit

Permalink
Update functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Dec 16, 2022
1 parent 6116a8f commit 92045f1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions install/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,7 @@ function term_art {
source /etc/functions.sh
source /etc/yiimpool.conf
echo
echo "██╗ ██╗██╗██╗███╗ ███╗██████╗ ██████╗ ██████╗ ██╗ "
echo "╚██╗ ██╔╝██║██║████╗ ████║██╔══██╗██╔═══██╗██╔═══██╗██║ "
echo " ╚████╔╝ ██║██║██╔████╔██║██████╔╝██║ ██║██║ ██║██║ "
echo " ╚██╔╝ ██║██║██║╚██╔╝██║██╔═══╝ ██║ ██║██║ ██║██║ "
echo " ██║ ██║██║██║ ╚═╝ ██║██║ ╚██████╔╝╚██████╔╝███████╗ "
echo " ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ "
figlet -f slant -w 100 "YiimpooL" | lolcat
echo -e "$CYAN ----------------------------------------------------------> $COL_RESET"
echo -e "$CYAN |$YELLOW Yiimp Installer Script Fork By Afiniel! $COL_RESET"
echo -e "$CYAN |$MAGENTA Version:$GREEN v0.6.3 $COL_RESET"
Expand All @@ -133,13 +128,7 @@ function term_yiimpool {
clear
source /etc/functions.sh
source /etc/yiimpool.conf
echo
echo "██╗ ██╗██╗██╗███╗ ███╗██████╗ ██████╗ ██████╗ ██╗ "
echo "╚██╗ ██╔╝██║██║████╗ ████║██╔══██╗██╔═══██╗██╔═══██╗██║ "
echo " ╚████╔╝ ██║██║██╔████╔██║██████╔╝██║ ██║██║ ██║██║ "
echo " ╚██╔╝ ██║██║██║╚██╔╝██║██╔═══╝ ██║ ██║██║ ██║██║ "
echo " ██║ ██║██║██║ ╚═╝ ██║██║ ╚██████╔╝╚██████╔╝███████╗ "
echo " ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ "
figlet -f slant -w 100 "YiimpooL" | lolcat
echo -e "$CYAN -----------------|--------------------- $COL_RESET"
echo -e "$YELLOW Yiimp Installer Script Fork By Afiniel! $COL_RESET"
echo -e "$YELLOW Version:$COL_RESET $GREEN v0.6.3 $COL_RESET"
Expand Down

0 comments on commit 92045f1

Please sign in to comment.