modified the code for setting the time zone

pull/1141/head
tteckster 2023-03-08 05:28:15 -05:00 committed by GitHub
parent ad1d630302
commit 1f9b959a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
169 changed files with 251 additions and 169 deletions

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="alpine"
var_version="3.17" var_version="3.17"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="alpine"
var_version="3.17" var_version="3.17"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="archlinux"
var_version="base" var_version="base"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="20.04" var_version="20.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="devuan"
var_version="4.0" var_version="4.0"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="20.04" var_version="20.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -26,7 +26,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="ubuntu"
var_version="20.04" var_version="20.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -26,7 +26,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="20.04" var_version="20.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="20.04" var_version="20.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -31,7 +31,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="rockylinux"
var_version="9" var_version="9"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -26,7 +26,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="22.04" var_version="22.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="ubuntu"
var_version="22.04" var_version="22.04"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -28,7 +28,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -27,7 +27,7 @@ var_os="debian"
var_version="11" var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')
var_install="${NSAPP}-v5-install" var_install="${NSAPP}-v5-install"
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}') timezone=$(cat /etc/timezone)
INTEGER='^[0-9]+$' INTEGER='^[0-9]+$'
YW=$(echo "\033[33m") YW=$(echo "\033[33m")
BL=$(echo "\033[36m") BL=$(echo "\033[36m")

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -46,7 +46,8 @@ function msg_error() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

View File

@ -47,7 +47,8 @@ function msg_error() {
msg_info "Setting up Container OS " msg_info "Setting up Container OS "
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
timedatectl set-timezone $tz echo $tz > /etc/timezone
ln -sf /usr/share/zoneinfo/$tz /etc/localtime
for ((i=RETRY_NUM; i>0; i--)); do for ((i=RETRY_NUM; i>0; i--)); do
if [ "$(hostname -I)" != "" ]; then if [ "$(hostname -I)" != "" ]; then
break break

Some files were not shown because too many files have changed in this diff Show More