fix: update SURFSENSE_VERSION to latest and change repository URL to main branch in installation scripts

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-03 13:53:28 -08:00
parent 441421c009
commit 01a1c17b09
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ $ErrorActionPreference = 'Stop'
# ── Configuration ───────────────────────────────────────────────────────────
$RepoRaw = "https://raw.githubusercontent.com/MODSetter/SurfSense/dev"
$RepoRaw = "https://raw.githubusercontent.com/MODSetter/SurfSense/main"
$InstallDir = ".\surfsense"
$OldVolume = "surfsense-data"
$DumpFile = ".\surfsense_migration_backup.sql"