We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c74a7b commit 8879b8eCopy full SHA for 8879b8e
2 files changed
ct/dispatcharr.sh
@@ -30,7 +30,7 @@ function update_script() {
30
fi
31
32
setup_uv
33
- NODE_VERSION="24" setup_nodejs
+ NODE_VERSION="22" setup_nodejs
34
35
# Fix for nginx not allowing large files
36
if ! grep -q "client_max_body_size 100M;" /etc/nginx/sites-available/dispatcharr.conf; then
install/dispatcharr-install.sh
@@ -29,7 +29,7 @@ $STD apt install -y \
29
msg_ok "Installed Dependencies"
-NODE_VERSION="24" setup_nodejs
+NODE_VERSION="22" setup_nodejs
PG_VERSION="16" setup_postgresql
PG_DB_NAME="dispatcharr_db" PG_DB_USER="dispatcharr_usr" setup_postgresql_db
fetch_and_deploy_gh_release "dispatcharr" "Dispatcharr/Dispatcharr" "tarball"
0 commit comments