alpine func

pull/1213/head
tteckster 2 years ago committed by GitHub
parent 45fe9f02cd
commit ddc557d534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      misc/alpine.func

@ -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
}

Loading…
Cancel
Save