Commit 8543ea5d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update to DSM 7.2 build 64570

Update to DSM 7.2 build 64570
parents 76ad3ff5 36ebb950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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