Update skylite-ux-install.sh

This commit is contained in:
Tobias
2026-02-08 20:42:24 +01:00
committed by GitHub
parent 8c0c4ce1f7
commit f67f382777

View File

@@ -20,7 +20,6 @@ msg_ok "Installed Dependencies"
PG_VERSION="16" setup_postgresql
NODE_VERSION="20" setup_nodejs
PG_DB_NAME="skylite" PG_DB_USER="skylite" PG_DB_SCHEMA_PERMS="true" setup_postgresql_db
fetch_and_deploy_gh_release "skylite-ux" "Wetzel402/Skylite-UX" "tarball" "2026.2.2"
msg_info "Configuring skylite-ux"