From 0ce2474858889b8dc708784a04509e9aa737c925 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 11 Sep 2024 18:40:27 +0200 Subject: [PATCH] fix: Default version --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 4ff03a2..0a4dbca 100644 --- a/src/install.sh +++ b/src/install.sh @@ -5,7 +5,7 @@ set -Eeuo pipefail if [ -f "$STORAGE/dsm.ver" ]; then BASE=$(<"$STORAGE/dsm.ver") - [ -z "$BASE" ] && BASE="DSM_VirtualDSM_72806" + [ -z "$BASE" ] && BASE="DSM_VirtualDSM_69057" else # Fallback for old installs BASE="DSM_VirtualDSM_42962"