From 36ebb950eb381fed7dbd07ea60bea88204c37eb5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 9 Jun 2023 09:47:44 +0200 Subject: [PATCH] Update to DSM 7.2 build 64570 --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 60330f5..aefb0eb 100644 --- a/run/install.sh +++ b/run/install.sh @@ -10,7 +10,7 @@ DL="https://global.synologydownload.com/download/DSM" if [ -z "$URL" ]; then if [ "$ARCH" == "amd64" ]; then - URL="$DL/release/7.2/64561/DSM_VirtualDSM_64561.pat" + URL="$DL/release/7.2/64570/DSM_VirtualDSM_64570.pat" else URL="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" fi