Skip to content

Commit

Permalink
Update to DSM 7.2 build 64570-1
Browse files Browse the repository at this point in the history
New dsm release (previous version returned  an error for me)
  • Loading branch information
LaurensdeGraaff committed Jun 20, 2023
1 parent 4f4c929 commit b6d2f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DL="https://global.synologydownload.com/download/DSM"
if [ -z "$URL" ]; 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
URL="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
fi
Expand Down

0 comments on commit b6d2f51

Please sign in to comment.