Update build.func

pull/2723/head
MountyMapleSyrup 1 year ago committed by GitHub
parent 3325ec52b3
commit 222a23c618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      misc/build.func

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

Loading…
Cancel
Save