|
|
@ -386,7 +386,7 @@ fi |
|
|
|
msg_info "Starting LXC Container" |
|
|
|
msg_info "Starting LXC Container" |
|
|
|
pct start $CTID |
|
|
|
pct start $CTID |
|
|
|
msg_ok "Started LXC Container" |
|
|
|
msg_ok "Started LXC Container" |
|
|
|
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit |
|
|
|
lxc-attach -n $CTID -- ash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -395,4 +395,4 @@ description() { |
|
|
|
pct set $CTID -description "# ${APP} LXC |
|
|
|
pct set $CTID -description "# ${APP} LXC |
|
|
|
### https://tteck.github.io/Proxmox/ |
|
|
|
### https://tteck.github.io/Proxmox/ |
|
|
|
<a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-red' /></a>" |
|
|
|
<a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/☕-Buy me a coffee-red' /></a>" |
|
|
|
} |
|
|
|
} |
|
|
|