Update install/discopanel-install.sh

This commit is contained in:
Slaviša Arežina 2025-11-29 10:56:16 +01:00 committed by GitHub
parent dbd0084203
commit 5b0afb72c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ echo -e '{\n "log-driver": "journald"\n}' >/etc/docker/daemon.json
$STD sh <(curl -fsSL https://get.docker.com) $STD sh <(curl -fsSL https://get.docker.com)
msg_ok "Installed Docker" msg_ok "Installed Docker"
fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball" "latest" "/opt/discopanel" fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball"
setup_nodejs setup_nodejs
setup_go setup_go