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

@ -5,7 +5,7 @@
# ============================================================================== # ==============================================================================
# SurfSense version (use "latest", a clean version like "0.0.14", or a specific build like "0.0.14.1") # SurfSense version (use "latest", a clean version like "0.0.14", or a specific build like "0.0.14.1")
SURFSENSE_VERSION=0.0.13.9 SURFSENSE_VERSION=latest
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Core Settings # Core Settings

View file

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

View file

@ -25,7 +25,7 @@ set -euo pipefail
main() { main() {
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/dev" REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main"
INSTALL_DIR="./surfsense" INSTALL_DIR="./surfsense"
OLD_VOLUME="surfsense-data" OLD_VOLUME="surfsense-data"
DUMP_FILE="./surfsense_migration_backup.sql" DUMP_FILE="./surfsense_migration_backup.sql"