This commit is contained in:
tteckster
2023-03-21 08:38:34 -04:00
committed by GitHub
parent 0c98defdc9
commit 00faa4a7c5
12 changed files with 7 additions and 7 deletions

View File

@@ -346,7 +346,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian2.func)
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/install.func)
export tz=$timezone
export DISABLEIPV6=$DISABLEIP6
export APPLICATION=$APP

View File

@@ -353,7 +353,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker2.func)
export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian2.func)
export tz=$timezone
export ST=$FUSE
export DISABLEIPV6=$DISABLEIP6

View File