diff --git a/install.sh b/install.sh index b8cafe8..cde0e97 100755 --- a/install.sh +++ b/install.sh @@ -134,11 +134,11 @@ fi script-title() { format_boxborder --center --box-type=double \ - "${red}(_____ ${lrd}(_____ ${ylw}| | ${ong}| | ${lyl}(_____) _ | | | ${dfl}" \ - "${red} _____) )${lrd}____) ) ${ylw}| _ ${ong}| | ${lyl} _ ____ ___| |_ ____| | | ____ ____ ${dfl}" \ - "${red}| ____${lrd}(_____ (${ylw}| || ${ong}| | ${lyl} | | | _ \ /___) _)/ _ | | |/ _ )/ ___)${dfl}" \ - "${red}| | ${lrd}| ${ylw}| |_) ) ${ong}|_____ ${lyl} _| |_| | | |___ | |_( ( | | | ( (/ /| | ${dfl}" \ - "${red}|_| ${lrd}|_${ylw}|____/${ong}|_______) ${lyl}(_____)_| |_(___/ \___)_||_|_|_|\____)_| ${dfl}" + "${grn} ╔═══╗ ╔═══╗ ${dfl}" \ + "${grn} ║ ╠═══╝ ${dfl} ${bld}C I R C U I T F O R G E${dfl}" \ + "${grn} ║ ╠ ${dfl} ${lyl}Node Bootstrap Installer${dfl}" \ + "${grn} ║ ║ ${dfl}" \ + "${grn} ╚═══╝ ╚ ${dfl} ${gry}v${VERSION}${dfl}" } # Function for displaying the usage of this script @@ -463,7 +463,7 @@ globalinstall(){ fi # Prompt the user to specify which users to install the quickinfo script for - boxborder "Which users should PRbL be installed for?" + boxborder "Which users should Node Bootstrap be installed for?" multiselect result users "false" # For each user, compare input choice and apply installs @@ -577,13 +577,13 @@ dry-run-report(){ script-title case $1 in -i | --install) - install && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Installed${dfl}]" + install && success " [${grn}CircuitForge${dfl} ${lyl}Node Bootstrap Installed${dfl}]" ;; -r | --remove) - remove && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Removed${dfl}]" + remove && success " [${grn}CircuitForge${dfl} ${lyl}Node Bootstrap Removed${dfl}]" ;; -d | --dependencies) - install-deps && success "${red}P${lrd}R${ylw}b${ong}L${dfl} Dependencies installed!" + install-deps && success "${grn}CircuitForge${dfl} Node Bootstrap: Dependencies installed!" ;; -D | --dry-run) export dry_run=true @@ -592,20 +592,20 @@ case $1 in install boxbottom dry-run-report - usage + usage unset dry_run - success "${red}P${lrd}R${ylw}b${ong}L${dfl} Dry-Run Complete!" + success "${grn}CircuitForge${dfl} Node Bootstrap: Dry-Run Complete!" ;; -u | --update) export update_run=true - update && unset update_run && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Updated${dfl}]" + update && unset update_run && success " [${grn}CircuitForge${dfl} ${lyl}Node Bootstrap Updated${dfl}]" ;; -f | --force) remove-arbitrary - install && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Installed${dfl}]" + install && success " [${grn}CircuitForge${dfl} ${lyl}Node Bootstrap Installed${dfl}]" ;; -F | --force-remove) - remove-arbitrary && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Force-Removed${dfl}]" + remove-arbitrary && success " [${grn}CircuitForge${dfl} ${lyl}Node Bootstrap Force-Removed${dfl}]" ;; -h | --help) usage