From 6beceb2b8f0a38ae47bc924c260f4240b570f14c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:55:29 +0200 Subject: [PATCH] Refactor Mastodon installation script --- install/mastodon-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/mastodon-install.sh b/install/mastodon-install.sh index 1070e28b3..be4ee1025 100644 --- a/install/mastodon-install.sh +++ b/install/mastodon-install.sh @@ -41,7 +41,6 @@ $STD apt install -y \ msg_ok "Installed Dependencies" setup_ffmpeg - NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs $STD corepack enable @@ -68,7 +67,6 @@ $STD yarn install msg_ok "Installed Node.js Dependencies" msg_info "Configuring Mastodon" -LOCAL_IP=$(hostname -I | awk '{print $1}') SECRET_KEY_BASE=$(RAILS_ENV=production bundle exec rails secret) OTP_SECRET=$(RAILS_ENV=production bundle exec rails secret)