diff --git a/assets/install.gif b/assets/install.gif index f57908f..e3e4f3b 100644 Binary files a/assets/install.gif and b/assets/install.gif differ diff --git a/assets/install.tape b/assets/install.tape index 98d6474..87e7d4d 100644 --- a/assets/install.tape +++ b/assets/install.tape @@ -21,12 +21,13 @@ # ===== Output install.gif -Set FontSize 20 -Set Width 940 -Set Height 620 +Set FontSize 16 +Set Width 735 +Set Height 509 Set Padding 50 -Set Theme "CGA" +Set PlaybackSpeed 1.1 Set LoopOffset 80% +Set Theme { "name": "CGA Custom", "black": "#000000", "red": "#aa0000", "green": "#00aa00", "yellow": "#aa5500", "blue": "#0000aa", "magenta": "#aa00aa", "cyan": "#00aaaa", "white": "#aaaaaa", "brightBlack": "#555555", "brightRed": "#EF2929", "brightGreen": "#55ff55", "brightYellow": "#FCE94F", "brightBlue": "#5555ff", "brightMagenta": "#ff55ff", "brightCyan": "#55ffff", "brightWhite": "#ffffff", "background": "#000000", "foreground": "#aaaaaa", "cursor": "#b8b8b8", "selection": "#c1deff" } # ==== # Hide diff --git a/scripts/install.sh b/scripts/install.sh index 8f0f30a..01bcd13 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -32,7 +32,6 @@ startup_checks() { yellow='\033[1;33m' blue='\033[1;34m' magenta='\033[1;35m' - dmagenta='\033[0;35m' cyan='\033[1;36m' white='\033[1;37m' gray='\033[0;37m' @@ -59,16 +58,16 @@ startup_checks() { } # ============================================================================= -# print_banner: -# Prints the application's banner. +# print_logo: +# Prints the application's logo. # ============================================================================= -print_banner() { - echo -e "${yellow} __ __ _ ${green}______ __" - echo -e "${yellow} ____/ /__ ________ ____ / /_(_)${green} ____/__ ___ ____/ /" - echo -e "${yellow} / __ / _ \/ ___/ _ \/ __ \/ __/ /${green} /_ / _ \/ _ \/ __ / " - echo -e "${yellow} / /_/ / __/ /__/ __/ /_/ / /_/ /${green} __/ / __/ __/ /_/ / " - echo -e "${yellow} \____/\___/\___/\___/ .___/\__/_/${green}_/ \___/\___/\____/ " - echo -e "${dmagenta} ::::::::::::::::::::${yellow}/_/${dmagenta}::::::::::::::::::::::::::::::::::" +print_logo() { + echo -e "${red} __ __ _ ${yellow}______ __" + echo -e "${red} ____/ /__ ________ ____ / /_(_)${yellow} ____/__ ___ ____/ /" + echo -e "${red} / __ / _ \/ ___/ _ \/ __ \/ __/ /${yellow} /_ / _ \/ _ \/ __ /" + echo -e "${red} / /_/ / __/ /__/ __/ /_/ / /_/ /${yellow} __/ / __/ __/ /_/ /" + echo -e "${red} \____/\___/\___/\___/ .___/\__/_/${yellow}_/ \___/\___/\____/" + echo -e "${blue} ═══════════════════${red}/_/${blue}══════════════════════════════════" echo -e "${clear}\n" } @@ -100,8 +99,8 @@ upgrade_app() { exit 0 fi - # Print upgrade banner. - print_banner + # Print the application logo. + print_logo # Stop the service. echo -e " ${msg_info} ${gray}Stopping service: ${cyan}${systemd_unit}${clear}" @@ -180,8 +179,8 @@ install_app() { exit 0 fi - # Print install banner. - print_banner + # Print the application logo. + print_logo echo -e " ${msg_info} ${gray}Installing to: ${cyan}${install_dir}/" # Create the directory structure.