From 5e16487ef62be49ba97262de0cffb041f4da4695 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Wed, 8 Mar 2017 21:14:21 -0600 Subject: [PATCH] add ascii berry to beginning of installer --- automated install/basic-install.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 87701ce1..7c9a83d5 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -54,6 +54,32 @@ skipSpaceCheck=false reconfigure=false runUnattended=false +show_ascii_berry() { + echo " + .;;,. + .ccccc:,. + :cccclll:. ..,, + :ccccclll. ;ooodc + 'ccll:;ll .oooodc + .;cll.;;looo:. + .. ','. + .',,,,,,'. + .',,,,,,,,,,. + .',,,,,,,,,,,,.... + ....''',,,,,,,'....... + ......... .... ......... + .......... .......... + .......... .......... + ......... .... ......... + ........,,,,,,,'...... + ....',,,,,,,,,,,,. + .',,,,,,,,,'. + .',,,,,,'. + ..'''. +" +} + + # Compatibility distro_check() { if command -v apt-get &> /dev/null; then @@ -1262,6 +1288,7 @@ main() { ######## FIRST CHECK ######## # Must be root to install + show_ascii_berry echo ":::" if [[ ${EUID} -eq 0 ]]; then echo "::: You are root."