mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-28 19:44:43 +00:00
fix(the-lounge): install Node.js 22 before deb package (#14648)
The Lounge v4.5.0 requires nodejs (>= 22.13.0), which is not available from Debian 13 default repos. Install Node.js 22 via NodeSource before deploying the thelounge-deb package in both install and update scripts.
This commit is contained in:
committed by
GitHub
parent
5f0914d32c
commit
d7c9065fc8
@@ -33,6 +33,7 @@ function update_script() {
|
|||||||
systemctl stop thelounge
|
systemctl stop thelounge
|
||||||
msg_ok "Stopped Service"
|
msg_ok "Stopped Service"
|
||||||
|
|
||||||
|
NODE_VERSION="22" setup_nodejs
|
||||||
fetch_and_deploy_gh_release "thelounge" "thelounge/thelounge-deb" "binary"
|
fetch_and_deploy_gh_release "thelounge" "thelounge/thelounge-deb" "binary"
|
||||||
|
|
||||||
msg_info "Starting Service"
|
msg_info "Starting Service"
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ setting_up_container
|
|||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
|
NODE_VERSION="22" setup_nodejs
|
||||||
fetch_and_deploy_gh_release "thelounge" "thelounge/thelounge-deb" "binary"
|
fetch_and_deploy_gh_release "thelounge" "thelounge/thelounge-deb" "binary"
|
||||||
systemctl enable -q --now thelounge
|
systemctl enable -q --now thelounge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user