mirror of https://github.com/tteck/Proxmox.git
				
				
				
			tweak (#1046)
This commit is contained in:
		
							parent
							
								
									36ca6fa9d2
								
							
						
					
					
						commit
						03ff3750bf
					
				| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -365,7 +366,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -325,6 +325,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -344,7 +345,6 @@ apk upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ pacman -Sy archlinux-keyring && pacman -Su
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -327,6 +327,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -357,7 +358,6 @@ msg_ok "Started ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -337,6 +337,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -357,7 +358,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$FUSE" == "yes" ]; then 
 | 
					if [ "$FUSE" == "yes" ]; then 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -326,6 +326,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -394,7 +395,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -374,7 +375,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -325,6 +325,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -344,7 +345,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -336,6 +336,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -354,7 +355,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$FUSE" == "yes" ]; then 
 | 
					if [ "$FUSE" == "yes" ]; then 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -337,6 +337,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -367,7 +368,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -354,7 +355,6 @@ msg_ok "Started ESPHome"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ msg_ok "Updated ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -427,7 +428,6 @@ msg_ok "Started ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -331,6 +331,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -422,7 +423,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -339,6 +339,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -422,7 +423,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$FUSE" == "yes" ]; then 
 | 
					if [ "$FUSE" == "yes" ]; then 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -354,7 +355,6 @@ systemctl start homepage
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -367,7 +368,6 @@ msg_ok "Started ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -339,6 +339,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -357,7 +358,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -327,6 +327,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -346,7 +347,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -350,7 +351,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -326,6 +326,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -359,7 +360,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -457,7 +458,6 @@ msg_ok "Cleaned"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -351,7 +352,6 @@ msg_ok "Update Successfull"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -383,7 +384,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -337,6 +337,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ PVE_CHECK
 | 
				
			||||||
    advanced_settings
 | 
					    advanced_settings
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -416,7 +417,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -327,6 +327,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -369,7 +370,6 @@ msg_ok "Started PhotoPrism"
 | 
				
			||||||
msg_ok "Update Successful"
 | 
					msg_ok "Update Successful"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -338,6 +338,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -367,7 +368,6 @@ bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -332,6 +332,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -399,7 +400,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ pacman -Sy archlinux-keyring && pacman -Su
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -337,6 +337,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -358,7 +359,6 @@ pm2 restart cron
 | 
				
			||||||
msg_ok "Updated Shinobi LXC"
 | 
					msg_ok "Updated Shinobi LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -410,7 +411,6 @@ fi
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -367,7 +368,6 @@ msg_ok "Started ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -333,6 +333,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -351,7 +352,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -337,6 +337,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -355,7 +356,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated ${APP} LXC"
 | 
					msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$FUSE" == "yes" ]; then 
 | 
					if [ "$FUSE" == "yes" ]; then 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -348,7 +349,6 @@ msg_ok "Updated ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -365,7 +366,6 @@ msg_ok "Started ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -416,7 +417,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -325,6 +325,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -344,7 +345,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -361,7 +362,6 @@ msg_ok "Started ${APP}"
 | 
				
			||||||
msg_ok "Update Successfull"
 | 
					msg_ok "Update Successfull"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -403,7 +404,6 @@ exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,6 +324,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null
 | 
				
			||||||
msg_ok "Updated $APP LXC"
 | 
					msg_ok "Updated $APP LXC"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -329,6 +329,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -394,7 +395,6 @@ start_zigbee2mqtt
 | 
				
			||||||
echo "Done!"
 | 
					echo "Done!"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -328,6 +328,7 @@ function advanced_settings() {
 | 
				
			||||||
function install_script() {
 | 
					function install_script() {
 | 
				
			||||||
ARCH_CHECK
 | 
					ARCH_CHECK
 | 
				
			||||||
PVE_CHECK
 | 
					PVE_CHECK
 | 
				
			||||||
 | 
					header_info
 | 
				
			||||||
  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
					  if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
 | 
				
			||||||
    header_info
 | 
					    header_info
 | 
				
			||||||
    echo -e "${BL}Using Default Settings${CL}"
 | 
					    echo -e "${BL}Using Default Settings${CL}"
 | 
				
			||||||
| 
						 | 
					@ -361,7 +362,6 @@ msg_ok "Cleaned"
 | 
				
			||||||
msg_ok "Updated Successfully!\n"
 | 
					msg_ok "Updated Successfully!\n"
 | 
				
			||||||
exit
 | 
					exit
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					 | 
				
			||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
					if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 | 
				
			||||||
if [ "$VERB" == "yes" ]; then set -x; fi
 | 
					if [ "$VERB" == "yes" ]; then set -x; fi
 | 
				
			||||||
if [ "$CT_TYPE" == "1" ]; then
 | 
					if [ "$CT_TYPE" == "1" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue