mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	testing
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
 | 
			
		||||
source <(curl -fsSL https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/build.func)
 | 
			
		||||
# Copyright (c) 2021-2025 tteck
 | 
			
		||||
# Author: MickLesk (Canbiz)
 | 
			
		||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ variables() {
 | 
			
		||||
  RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
 | 
			
		||||
source <(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/api.func)
 | 
			
		||||
 | 
			
		||||
# This function sets various color variables using ANSI escape codes for formatting text in the terminal.
 | 
			
		||||
color() {
 | 
			
		||||
@@ -70,7 +70,7 @@ catch_errors() {
 | 
			
		||||
 | 
			
		||||
# This function is called when an error occurs. It receives the exit code, line number, and command that caused the error, and displays an error message.
 | 
			
		||||
error_handler() {
 | 
			
		||||
  source /dev/stdin <<<$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
 | 
			
		||||
  source /dev/stdin <<<$(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/api.func)
 | 
			
		||||
  if [ -n "$SPINNER_PID" ] && ps -p "$SPINNER_PID" >/dev/null; then kill "$SPINNER_PID" >/dev/null; fi
 | 
			
		||||
  printf "\e[?25h"
 | 
			
		||||
  local exit_code="$?"
 | 
			
		||||
@@ -276,7 +276,7 @@ update_motd_ip() {
 | 
			
		||||
# Function to download & save header files
 | 
			
		||||
get_header() {
 | 
			
		||||
  local app_name=$(echo "${APP,,}" | tr -d ' ')
 | 
			
		||||
  local header_url="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/headers/${app_name}"
 | 
			
		||||
  local header_url=" https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/ct/headers/${app_name}"
 | 
			
		||||
  local local_header_path="/usr/local/community-scripts/headers/${app_name}"
 | 
			
		||||
 | 
			
		||||
  mkdir -p "$(dirname "$local_header_path")"
 | 
			
		||||
@@ -952,7 +952,7 @@ install_script() {
 | 
			
		||||
      header_info
 | 
			
		||||
      echo -e "${INFO}${HOLD} ${GN}Using Config File on node $PVEHOST_NAME${CL}"
 | 
			
		||||
      METHOD="config_file"
 | 
			
		||||
      source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/config-file.func)
 | 
			
		||||
      source <(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/config-file.func)
 | 
			
		||||
      config_file
 | 
			
		||||
      break
 | 
			
		||||
      ;;
 | 
			
		||||
@@ -1025,7 +1025,7 @@ check_container_storage() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
start() {
 | 
			
		||||
  source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
 | 
			
		||||
  source <(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/tools.func)
 | 
			
		||||
  if command -v pveversion >/dev/null 2>&1; then
 | 
			
		||||
    if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then
 | 
			
		||||
      clear
 | 
			
		||||
@@ -1086,9 +1086,9 @@ build_container() {
 | 
			
		||||
  TEMP_DIR=$(mktemp -d)
 | 
			
		||||
  pushd "$TEMP_DIR" >/dev/null
 | 
			
		||||
  if [ "$var_os" == "alpine" ]; then
 | 
			
		||||
    export FUNCTIONS_FILE_PATH="$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/alpine-install.func)"
 | 
			
		||||
    export FUNCTIONS_FILE_PATH="$(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/alpine-install.func)"
 | 
			
		||||
  else
 | 
			
		||||
    export FUNCTIONS_FILE_PATH="$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/install.func)"
 | 
			
		||||
    export FUNCTIONS_FILE_PATH="$(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/install.func)"
 | 
			
		||||
  fi
 | 
			
		||||
  export RANDOM_UUID="$RANDOM_UUID"
 | 
			
		||||
  export CACHER="$APT_CACHER"
 | 
			
		||||
@@ -1122,7 +1122,7 @@ build_container() {
 | 
			
		||||
    $PW
 | 
			
		||||
  "
 | 
			
		||||
  # This executes create_lxc.sh and creates the container and .conf file
 | 
			
		||||
  bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
 | 
			
		||||
  bash -c "$(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/ct/create_lxc.sh)" $?
 | 
			
		||||
 | 
			
		||||
  LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
 | 
			
		||||
  if [ "$CT_TYPE" == "0" ]; then
 | 
			
		||||
@@ -1191,7 +1191,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
 | 
			
		||||
EOF'
 | 
			
		||||
    pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
 | 
			
		||||
  fi
 | 
			
		||||
  lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
 | 
			
		||||
  lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL  https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/install/"$var_install".sh)" $?
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1204,7 +1204,7 @@ description() {
 | 
			
		||||
    cat <<EOF
 | 
			
		||||
<div align='center'>
 | 
			
		||||
  <a href='https://Helper-Scripts.com' target='_blank' rel='noopener noreferrer'>
 | 
			
		||||
    <img src='https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width:81px;height:112px;'/>
 | 
			
		||||
    <img src=' https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/images/logo-81x112.png' alt='Logo' style='width:81px;height:112px;'/>
 | 
			
		||||
  </a>
 | 
			
		||||
 | 
			
		||||
  <h2 style='font-size: 24px; margin: 20px 0;'>${APP} LXC</h2>
 | 
			
		||||
 
 | 
			
		||||
@@ -69,7 +69,7 @@ catch_errors() {
 | 
			
		||||
 | 
			
		||||
# This function handles errors
 | 
			
		||||
error_handler() {
 | 
			
		||||
  source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
 | 
			
		||||
  source <(curl -fsSL https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/api.func)
 | 
			
		||||
  if [ -n "$SPINNER_PID" ] && ps -p "$SPINNER_PID" >/dev/null; then kill "$SPINNER_PID" >/dev/null; fi
 | 
			
		||||
  printf "\e[?25h"
 | 
			
		||||
  local exit_code="$?"
 | 
			
		||||
@@ -216,7 +216,7 @@ EOF
 | 
			
		||||
  msg_info "Installing core dependencies"
 | 
			
		||||
  $STD apt-get update
 | 
			
		||||
  $STD apt-get install -y sudo curl mc gnupg2
 | 
			
		||||
  source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
 | 
			
		||||
  source <(curl -fsSL https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/misc/tools.func)
 | 
			
		||||
  msg_ok "Core dependencies installed"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -267,7 +267,7 @@ EOF
 | 
			
		||||
    systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
 | 
			
		||||
    msg_ok "Customized Container"
 | 
			
		||||
  fi
 | 
			
		||||
  echo "bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/${app}.sh)\"" >/usr/bin/update
 | 
			
		||||
  echo "bash -c \"\$(curl -fsSL https://raw.githubusercontent.com/dbeg/ProxmoxVE/refs/heads/hotfix/wastebin-asset-tar/ct/${app}.sh)\"" >/usr/bin/update
 | 
			
		||||
  chmod +x /usr/bin/update
 | 
			
		||||
 | 
			
		||||
  if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user