|
@@ -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"
|