Compare commits

..

2 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) facdcb748a Refactor environment variable configuration in install script 2026-08-11 08:58:57 +02:00
MickLesk 30f664adf8 outline: fix URL sed matching wrong line in .env.sample 2026-08-11 08:31:07 +02:00
+1 -3
View File
@@ -22,9 +22,7 @@ msg_ok "Installed Dependencies"
NODE_VERSION="26" NODE_MODULE="corepack" setup_nodejs
PG_VERSION="16" setup_postgresql
PG_DB_NAME="outline"
PG_DB_USER="outline"
setup_postgresql_db
PG_DB_NAME="outline" PG_DB_USER="outline" setup_postgresql_db
fetch_and_deploy_gh_release "outline" "outline/outline" "tarball"