This commit is contained in:
tteckster 2023-03-21 08:38:34 -04:00 committed by GitHub
parent 0c98defdc9
commit 00faa4a7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian1.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker1.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian1.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker1.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker1.func)
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT

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