File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -537,9 +537,9 @@ build_container() {
537537 TEMP_DIR=$(mktemp -d)
538538 pushd $TEMP_DIR >/dev/null
539539 if [ "$var_os" == "alpine" ]; then
540- export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox /main/misc/alpine-install.func)"
540+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE /main/misc/alpine-install.func)"
541541 else
542- export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox /main/misc/install.func)"
542+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE /main/misc/install.func)"
543543 fi
544544 export CACHER="$APT_CACHER"
545545 export CACHER_IP="$APT_CACHER_IP"
@@ -569,7 +569,7 @@ build_container() {
569569 $PW
570570 "
571571 # This executes create_lxc.sh and creates the container and .conf file
572- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox /main/ct/create_lxc.sh)" || exit
572+ bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE /main/ct/create_lxc.sh)" || exit
573573
574574 LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
575575 if [ "$CT_TYPE" == "0" ]; then
@@ -633,7 +633,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
633633EOF'
634634 pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
635635 fi
636- lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox /main/install/$var_install.sh)" || exit
636+ lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE /main/install/$var_install.sh)" || exit
637637
638638}
639639
You can’t perform that action at this time.
0 commit comments