Update to DSM 7.2 build 64570-1

New dsm release (previous version returned  an error for me)
This commit is contained in:
lauwie007 2023-06-20 21:36:08 +02:00
parent 61f733fe66
commit 80169e6b50

View File

@ -10,7 +10,7 @@ DL="https://global.synologydownload.com/download/DSM"
if [ -z "$URL" ]; then if [ -z "$URL" ]; then
if [ "$ARCH" == "amd64" ]; then if [ "$ARCH" == "amd64" ]; then
URL="$DL/release/7.2/64570/DSM_VirtualDSM_64570.pat" URL="$DL/release/7.2/64570-1/DSM_VirtualDSM_64570.pat"
else else
URL="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" URL="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
fi fi