mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
alpine
This commit is contained in:
@@ -387,7 +387,7 @@ fi
|
||||
pct start $CTID
|
||||
msg_ok "Started LXC Container"
|
||||
pct exec $CTID -- ash -c "apk add bash"
|
||||
lxc-attach -n $CTID -- ash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
|
||||
lxc-attach -n $CTID -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user