From 15ef7d15013b9eb9e14688fef47741b74cedc694 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:30:51 +0100 Subject: [PATCH] Refactor dependency installation command --- install/split-pro-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/split-pro-install.sh b/install/split-pro-install.sh index 8bda56f97..ecfd3e8f4 100644 --- a/install/split-pro-install.sh +++ b/install/split-pro-install.sh @@ -17,12 +17,10 @@ NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs PG_VERSION="17" PG_MODULES="cron" setup_postgresql msg_info "Installing Dependencies" -$STD apt install -y \ - openssl +$STD apt install -y openssl msg_ok "Installed Dependencies" PG_DB_NAME="splitpro" PG_DB_USER="splitpro" PG_DB_EXTENSIONS="pg_cron" setup_postgresql_db - fetch_and_deploy_gh_release "split-pro" "oss-apps/split-pro" "tarball" "latest" "/opt/split-pro" msg_info "Installing Dependencies"