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