Votre Nom 1 year ago
parent
commit
ac20f96685
1 changed files with 8 additions and 7 deletions
  1. 8 7
      other_arch/centos.sh

+ 8 - 7
other_arch/alma.sh → other_arch/centos.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-Version=2.2
+Version=2.3
 
 #if (( $EUID != 0 )); then
 #   echo -e "$(tput setaf 11)This must be run as root. Try 'sudo $0'.$(tput sgr0)"
@@ -34,12 +34,13 @@ function print_centered {
 function intro_ {
 clear
 print_centered "$(tput setaf 1)"
-print_centered "███╗   ██╗███████╗██████╗ ██╗   ██╗██╗      █████╗ "
-print_centered "████╗  ██║██╔════╝██╔══██╗██║   ██║██║     ██╔══██╗"
-print_centered "██╔██╗ ██║█████╗  ██████╔╝██║   ██║██║     ███████║"
-print_centered "██║╚██╗██║██╔══╝  ██╔══██╗██║   ██║██║     ██╔══██║"
-print_centered "██║ ╚████║███████╗██████╔╝╚██████╔╝███████╗██║  ██║"
-print_centered "╚═╝  ╚═══╝╚══════╝╚═════╝  ╚═════╝ ╚══════╝╚═╝  ╚═╝"
+print_centered "██████╗ ██╗      █████╗ ██████╗ ███████╗"
+print_centered "██╔══██╗██║     ██╔══██╗██╔══██╗██╔════╝"
+print_centered "██████╔╝██║     ███████║██║  ██║█████╗  "
+print_centered "██╔══██╗██║     ██╔══██║██║  ██║██╔══╝  "
+print_centered "██████╔╝███████╗██║  ██║██████╔╝███████╗"
+print_centered "╚═════╝ ╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝"
+print_centered "                                        "
 echo -n "$(tput sgr0)$(tput setaf 7)"
 print_centered "Server installation script v$Version"
 print_centered "Special Dell R640"