mirror of
https://github.com/Installomator/Installomator.git
synced 2026-02-20 21:32:39 +00:00
DockUtil Install Error #475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kclose3 on GitHub.
I discovered today that DockUtil is not installing correctly. Error code below:
2022-09-19 13:20:14 : REQ : dockutil : ################## Start Installomator v. 10.0beta2, date 2022-09-02
2022-09-19 13:20:14 : INFO : dockutil : ################## Version: 10.0beta2
2022-09-19 13:20:14 : INFO : dockutil : ################## Date: 2022-09-02
2022-09-19 13:20:14 : INFO : dockutil : ################## dockutil
2022-09-19 13:20:14 : INFO : dockutil : SwiftDialog is not installed, clear cmd file var
2022-09-19 13:20:17 : INFO : dockutil : BLOCKING_PROCESS_ACTION=tell_user
2022-09-19 13:20:17 : INFO : dockutil : NOTIFY=success
2022-09-19 13:20:17 : INFO : dockutil : LOGGING=INFO
2022-09-19 13:20:17 : INFO : dockutil : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-19 13:20:17 : INFO : dockutil : Label type: pkg
2022-09-19 13:20:17 : INFO : dockutil : archiveName: dockutil.pkg
2022-09-19 13:20:17 : INFO : dockutil : No version found using packageID dockutil.cli.tool
2022-09-19 13:20:17 : INFO : dockutil : name: dockutil, appName: dockutil.app
2022-09-19 13:20:18 : WARN : dockutil : No previous app found
2022-09-19 13:20:18 : WARN : dockutil : could not find dockutil.app
2022-09-19 13:20:18 : INFO : dockutil : appversion:
2022-09-19 13:20:18 : INFO : dockutil : Latest version of dockutil is 3.0.2
2022-09-19 13:20:18 : REQ : dockutil : Downloading https://github.com to dockutil.pkg
2022-09-19 13:20:18 : REQ : dockutil : Installing dockutil
2022-09-19 13:20:18 : INFO : dockutil : Verifying: dockutil.pkg
2022-09-19 13:20:18 : INFO : dockutil : App not closed, so no reopen.
2022-09-19 13:20:18 : ERROR : dockutil : ERROR: Error verifying dockutil.pkg error:
dockutil.pkg: rejected
source=no usable signature
2022-09-19 13:20:18 : REQ : dockutil : ################## End Installomator, exit code 4
@acodega commented on GitHub:
The beta uses a new way to download from GitHub while avoiding API call limits, but it's got it's own issues right now. In general we recommend not using the beta, and especially not with the GitHub issue being worked on. Use v9.2. You can download it via the source code zip on the Releases page.