HandyScripts icon indicating copy to clipboard operation
HandyScripts copied to clipboard

It can't update to 10.13.1

Open melxman opened this issue 7 years ago • 3 comments

installSeed.py v3.5 Copyright (c) 2017 by Pike R. Alpha

Currently running on macOS High Sierra 10.13 Build (17A365) Seed Program Enrollment: PublicSeed Searching for macOS: 10.13.1

Available target volumes:

[ 0 ] Macintosh HD [ 1 ] Untitled

Select a target volume: 0

Downloading: 091-34298.zh_CN.dist [7928 bytes] ... Found Install Package with BuildID (17A365) and Key (091-34298)

Warning: Seed BuildID is the same as macOS on this Mac!

Are you sure that you want to continue [y/n] ? n Aborting ...

It can't update to 10.13.1

melxman avatar Sep 28 '17 15:09 melxman

and if i use"-a updata"

➜ HandyScripts git:(master) ✗ ./installSeed.py -a update installSeed.py v3.5 Copyright (c) 2017 by Pike R. Alpha

Currently running on macOS High Sierra 10.13 Build (17A365) Searching for macOS: 10.13.1

Available target volumes:

[ 0 ] Macintosh HD [ 1 ] Untitled

Select a target volume: 0

Downloading: 091-28823.zh_CN.dist [14724 bytes] ... Found Install Package with BuildID (17B25c) and Key (091-28823) Seed BuildID is newer than macOS on this Mac (Ok)

Do you want to continue [y/n] ? y

Queued Download(s): FirmwareUpdate.pkg [200477927 bytes] FullBundleUpdate.pkg [110320986 bytes] EmbeddedOSFirmware.pkg [59301205 bytes] macOSUpd10.13.1.pkg [1167756935 bytes] macOSUpd10.13.1.RecoveryHDUpdate.pkg [492584802 bytes]

Download of EmbeddedOSFirmware.pkg finished Download of FullBundleUpdate.pkg finished Download of FirmwareUpdate.pkg finished Download of macOSUpd10.13.1.RecoveryHDUpdate.pkg finished Download of macOSUpd10.13.1.pkg finished Support for -a update is not implemented in v3.5

melxman avatar Sep 29 '17 01:09 melxman

Thank you for reporting this issue here!

Ok. The first part is explainable, because there is no install method for 10.13.1 Not yet. Only an update method is available, and that downloads the files, but that part of the script is missing this line:

installPackage(distributionFile, key, targetVolume)

You can put that right above line 564. The one that prints: "Support for -a update is not implemented in v3.5".

Please give it a go and report back here.

Piker-Alpha avatar Sep 29 '17 15:09 Piker-Alpha

thx,but i can't test it at this week

melxman avatar Oct 04 '17 21:10 melxman