This commit is contained in:
Johanna Rührig 2025-01-01 14:03:23 +01:00
parent d88aa1a453
commit 5b6281f95a

View File

@ -802,8 +802,6 @@ EOF
fi
# This starts the container and executes <app>-install.sh
echo -e "${CREATING}${GN}${NSAPP}${CL}"
echo -e "${CREATING}${GN}${var_install}${CL}"
msg_info "Starting LXC Container"
pct start "$CTID"
msg_ok "Started LXC Container"
@ -815,7 +813,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/TheRealVira/ProxmoxVE/refs/heads/5etools/install/$var_install.sh)" || exit
}