mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix regular copy instead of tar
Use setup_node Remove installing dependencies not needed
This commit is contained in:
@@ -14,11 +14,6 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
npm
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Docker"
|
||||
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'
|
||||
mkdir -p $(dirname $DOCKER_CONFIG_PATH)
|
||||
@@ -31,6 +26,8 @@ msg_info "Installing DiscoPanel"
|
||||
fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball" "latest" "/opt/discopanel"
|
||||
msg_ok "Installed DiscoPanel"
|
||||
|
||||
setup_nodejs
|
||||
|
||||
msg_info "Building DiscoPanel frontend"
|
||||
cd /opt/discopanel/web/discopanel
|
||||
$STD npm install
|
||||
|
||||
Reference in New Issue
Block a user