fix build.func for local testing

This commit is contained in:
Frank Alvarado 2024-06-10 23:04:18 -05:00
parent e524ea849c
commit 037c31804a

View file

@ -636,7 +636,7 @@ http://dl-cdn.alpinelinux.org/alpine/v3.19/community
EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/frank-alvarado/Proxmox/main/install/$var_install.sh)" || exit
}