alpine func

This commit is contained in:
tteckster
2023-03-21 20:41:15 -04:00
committed by GitHub
parent 45fe9f02cd
commit ddc557d534

View File

@@ -386,6 +386,7 @@ fi
msg_info "Starting LXC Container"
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
}