Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/271f29bc59cc2131a50c968c0cb235294fa6b325?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
81 changed files with
162 additions and
0 deletions
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -60,6 +60,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -73,6 +74,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -64,6 +64,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -77,6 +78,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update --fix-missing
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -64,6 +64,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -77,6 +78,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
OPTIONS_PATH = '/options.conf'
cat >$OPTIONS_PATH <<'EOF'
@ -62,6 +62,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -75,6 +76,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update
@ -63,6 +63,7 @@ msg_ok "Set up Container OS"
msg_ok " Network Connected: ${ BL } $( hostname -I) "
set +e
trap - ERR
if ping -c 1 -W 1 1.1.1.1 & > /dev/null; then msg_ok "Internet Connected" ; else
msg_error "Internet NOT Connected"
read -r -p "Would you like to continue anyway? <y/N> " prompt
@ -76,6 +77,7 @@ fi
RESOLVEDIP = $( getent hosts github.com | awk '{ print $1 }' )
if [ [ -z " $RESOLVEDIP " ] ] ; then msg_error "DNS Lookup Failure" ; else msg_ok " DNS Resolved github.com to ${ BL } $RESOLVEDIP ${ CL } " ; fi
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
msg_info "Updating Container OS"
$STD apt-get update