This commit is contained in:
tteckster
2023-03-21 20:54:42 -04:00
committed by GitHub
parent ea71ac6e8d
commit acf3a9c978
2 changed files with 3 additions and 3 deletions

View File

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