mirror of https://github.com/tteck/Proxmox.git
Update build.func to forward to this github user instead of the real one
This should never be included in any Pull Requests
This commit is contained in:
parent
3f867b8228
commit
d99e0907e5
|
@ -595,7 +595,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/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/MountyMapleSyrup/Proxmox/main/install/$var_install.sh)" || exit
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue