From f03a7463853e925f7eba7dd52433878e1a7c0858 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:44:25 +0530 Subject: [PATCH] chore: update Docker installation script to point to the new repository for SurfSense --- docker/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install.sh b/docker/scripts/install.sh index 062754970..4a2cc90f4 100644 --- a/docker/scripts/install.sh +++ b/docker/scripts/install.sh @@ -17,7 +17,7 @@ set -euo pipefail -REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main" +REPO_RAW="https://raw.githubusercontent.com/AnishSarkar/SurfSense/fix/docker" INSTALL_DIR="./surfsense" OLD_VOLUME="surfsense-data" DUMP_FILE="./surfsense_migration_backup.sql"