pull/1206/head
tteckster 2 years ago committed by GitHub
parent 0c98defdc9
commit 00faa4a7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/adguard.sh
  2. 2
      ct/casaos.sh
  3. 2
      ct/debian.sh
  4. 2
      ct/docker.sh
  5. 2
      ct/umbrel.sh
  6. 0
      misc/alpine-install.func
  7. 0
      misc/alpine.func
  8. 2
      misc/debian.func
  9. 2
      misc/docker.func
  10. 0
      misc/install.func
  11. 0
      misc/ubuntu.func
  12. 0
      misc/ubuntu1.func

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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
Loading…
Cancel
Save