From 9c861880a9ec041dfdc53ccf2f87b8935be75f21 Mon Sep 17 00:00:00 2001 From: t0nik0 Date: Tue, 13 Oct 2015 15:40:39 -0400 Subject: [PATCH] Update seagate_patch_root.sh for new Seagate-HS-update-201509160008F.img --- seagate_patch_root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seagate_patch_root.sh b/seagate_patch_root.sh index 5a8b300..8893da2 100755 --- a/seagate_patch_root.sh +++ b/seagate_patch_root.sh @@ -1,7 +1,7 @@ #!/bin/bash -img=Seagate-HS-update-201506110006F.img; +img=Seagate-HS-update-201509160008F.img; if [ ! -e ${img} ]; then - wget 'https://apps1.seagate.com/downloads/certificate.html?action=performDownload&key=941311271907' -O ${img} + wget 'https://apps1.seagate.com/downloads/certificate.html?action=performDownload&key=125608139354' -O ${img} fi; orig_year="$(echo "$img" | cut -d- -f4 | cut -c1-4)" orig_month="$(echo "$img" | cut -d- -f4 | cut -c5-6)"