mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 01:09:16 +00:00
Debug.
This commit is contained in:
parent
d88aa1a453
commit
5b6281f95a
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user