mirror of https://github.com/tteck/Proxmox.git
also replace ref
This commit is contained in:
parent
90ee0894dd
commit
b48ed4ceab
|
@ -597,7 +597,8 @@ 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/tteck/Proxmox/main/install/$var_install.sh)" || exit
|
||||
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/GrumpyMeow/Proxmox/frigate/install/$var_install.sh)" || exit
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue