From 8c068207454b71d271ce4608c586d816aa560577 Mon Sep 17 00:00:00 2001 From: A <37412+phof@users.noreply.github.com> Date: Mon, 18 May 2026 15:44:54 +0200 Subject: [PATCH] spliit: update install script author and drop unused deps --- install/spliit-install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/spliit-install.sh b/install/spliit-install.sh index cb35494a..7cc39086 100755 --- a/install/spliit-install.sh +++ b/install/spliit-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: a (cynicalchicken) +# Author: phof # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/spliit-app/spliit @@ -13,12 +13,6 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies" -$STD apt install -y \ - build-essential \ - git -msg_ok "Installed Dependencies" - PG_VERSION="16" setup_postgresql PG_DB_NAME="spliit" PG_DB_USER="spliit" setup_postgresql_db NODE_VERSION="22" setup_nodejs