Skip to content

Commit 5bf253a

Browse files
authored
Update build.func
switch to `community-scripts/ProxmoxVE` Signed-off-by: tteckster <tteckster@gmail.com>
1 parent 8de4964 commit 5bf253a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc/build.func

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
633633
EOF'
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

0 commit comments

Comments
 (0)