mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update install/discopanel-install.sh
This commit is contained in:
@@ -29,6 +29,7 @@ msg_ok "Installed Docker"
|
||||
fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball" "latest" "/opt/discopanel"
|
||||
|
||||
setup_nodejs
|
||||
setup_go
|
||||
|
||||
msg_info "Building DiscoPanel frontend"
|
||||
cd /opt/discopanel/web/discopanel
|
||||
@@ -36,8 +37,6 @@ $STD npm install
|
||||
$STD npm run build
|
||||
msg_ok "Built DiscoPanel frontend"
|
||||
|
||||
setup_go
|
||||
|
||||
msg_info "Building DiscoPanel backend"
|
||||
cd /opt/discopanel
|
||||
$STD go build -o discopanel cmd/discopanel/main.go
|
||||
|
||||
Reference in New Issue
Block a user