Skip to content

Comments

add label crashplan #966

Merged
scriptingosx merged 2 commits intoInstallomator:mainfrom
jnichols35:label-crashplan2
Apr 12, 2023
Merged

add label crashplan #966
scriptingosx merged 2 commits intoInstallomator:mainfrom
jnichols35:label-crashplan2

Conversation

@jnichols35
Copy link
Contributor

Adding crashplan label based on this comment: #931 (comment)

❯ sudo ./Installomator.sh crashplan DEBUG=0
2023-03-24 13:04:13 : INFO : crashplan : setting variable from argument DEBUG=0
2023-03-24 13:04:13 : REQ : crashplan : ################## Start Installomator v. 10.4beta, date 2023-03-24
2023-03-24 13:04:13 : INFO : crashplan : ################## Version: 10.4beta
2023-03-24 13:04:13 : INFO : crashplan : ################## Date: 2023-03-24
2023-03-24 13:04:13 : INFO : crashplan : ################## crashplan
2023-03-24 13:04:13 : INFO : crashplan : SwiftDialog is not installed, clear cmd file var
2023-03-24 13:04:13 : INFO : crashplan : BLOCKING_PROCESS_ACTION=tell_user
2023-03-24 13:04:13 : INFO : crashplan : NOTIFY=success
2023-03-24 13:04:13 : INFO : crashplan : LOGGING=INFO
2023-03-24 13:04:13 : INFO : crashplan : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-03-24 13:04:13 : INFO : crashplan : Label type: pkgInDmg
2023-03-24 13:04:13 : INFO : crashplan : archiveName: CrashPlan.dmg
2023-03-24 13:04:14 : INFO : crashplan : name: CrashPlan, appName: CrashPlan.app
2023-03-24 13:04:14.033 mdfind[61365:678736] [UserQueryParser] Loading keywords and predicates for locale "en_US"
2023-03-24 13:04:14.033 mdfind[61365:678736] [UserQueryParser] Loading keywords and predicates for locale "en"
2023-03-24 13:04:14.168 mdfind[61365:678736] Couldn't determine the mapping between prefab keywords and predicates.
2023-03-24 13:04:14 : WARN : crashplan : No previous app found
2023-03-24 13:04:14 : WARN : crashplan : could not find CrashPlan.app
2023-03-24 13:04:14 : INFO : crashplan : appversion:
2023-03-24 13:04:14 : INFO : crashplan : Latest version not specified.
2023-03-24 13:04:14 : REQ : crashplan : Downloading https://download.crashplan.com/installs/agent/latest-mac.dmg to CrashPlan.dmg
2023-03-24 13:04:21 : REQ : crashplan : Installing CrashPlan
2023-03-24 13:04:21 : INFO : crashplan : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.0xQYsH1Y/CrashPlan.dmg
2023-03-24 13:04:23 : INFO : crashplan : Mounted: /Volumes/CrashPlan
2023-03-24 13:04:23 : INFO : crashplan : found pkg: /Volumes/CrashPlan/Install CrashPlan.pkg
2023-03-24 13:04:23 : INFO : crashplan : Verifying: /Volumes/CrashPlan/Install CrashPlan.pkg
2023-03-24 13:04:23 : INFO : crashplan : Team ID: UGHXR79U6M (expected: UGHXR79U6M )
2023-03-24 13:04:23 : INFO : crashplan : Installing /Volumes/CrashPlan/Install CrashPlan.pkg to /
2023-03-24 13:04:55 : INFO : crashplan : Finishing...
2023-03-24 13:04:58 : INFO : crashplan : App(s) found: /Applications/CrashPlan.app
2023-03-24 13:04:58 : INFO : crashplan : found app at /Applications/CrashPlan.app, version 11.0.1, on versionKey CFBundleShortVersionString
2023-03-24 13:04:58 : REQ : crashplan : Installed CrashPlan, version 11.0.1
2023-03-24 13:04:58 : INFO : crashplan : notifying
2023-03-24 13:04:59 : INFO : crashplan : App not closed, so no reopen.
2023-03-24 13:04:59 : REQ : crashplan : All done!
2023-03-24 13:04:59 : REQ : crashplan : ################## End Installomator, exit code 0

@demck85
Copy link

demck85 commented Mar 27, 2023

yes, Code42 and Crashplan have fully separate products stacks now that the company has fully been divided 100%...finally

@Mac-Nerd
Copy link
Contributor

Mac-Nerd commented Mar 28, 2023

add:

appNewVersion=$( curl https://download.crashplan.com/installs/agent/latest-mac.dmg -s -L -I -o /dev/null -w '%{url_effective}' | cut -d "/" -f7 )

@jnichols35
Copy link
Contributor Author

added line from @Mac-Nerd

❯ sudo ./Installomator.sh crashplan DEBUG=0
Password:
2023-04-04 11:55:20 : INFO : crashplan : setting variable from argument DEBUG=0
2023-04-04 11:55:20 : REQ : crashplan : ################## Start Installomator v. 10.4beta, date 2023-04-04
2023-04-04 11:55:20 : INFO : crashplan : ################## Version: 10.4beta
2023-04-04 11:55:20 : INFO : crashplan : ################## Date: 2023-04-04
2023-04-04 11:55:20 : INFO : crashplan : ################## crashplan
2023-04-04 11:55:20 : INFO : crashplan : SwiftDialog is not installed, clear cmd file var
2023-04-04 11:55:21 : INFO : crashplan : BLOCKING_PROCESS_ACTION=tell_user
2023-04-04 11:55:21 : INFO : crashplan : NOTIFY=success
2023-04-04 11:55:21 : INFO : crashplan : LOGGING=INFO
2023-04-04 11:55:21 : INFO : crashplan : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2023-04-04 11:55:21 : INFO : crashplan : Label type: pkgInDmg
2023-04-04 11:55:21 : INFO : crashplan : archiveName: CrashPlan.dmg
2023-04-04 11:55:21 : INFO : crashplan : name: CrashPlan, appName: CrashPlan.app
2023-04-04 11:55:21.453 mdfind[4776:2123453] [UserQueryParser] Loading keywords and predicates for locale "en_US"
2023-04-04 11:55:21.454 mdfind[4776:2123453] [UserQueryParser] Loading keywords and predicates for locale "en"
2023-04-04 11:55:21.602 mdfind[4776:2123453] Couldn't determine the mapping between prefab keywords and predicates.
2023-04-04 11:55:21 : WARN : crashplan : No previous app found
2023-04-04 11:55:21 : WARN : crashplan : could not find CrashPlan.app
2023-04-04 11:55:21 : INFO : crashplan : appversion:
2023-04-04 11:55:21 : INFO : crashplan : Latest version of CrashPlan is 11.0.1
2023-04-04 11:55:21 : REQ : crashplan : Downloading https://download.crashplan.com/installs/agent/latest-mac.dmg to CrashPlan.dmg
2023-04-04 11:55:28 : REQ : crashplan : Installing CrashPlan
2023-04-04 11:55:28 : INFO : crashplan : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.N04sbpo6/CrashPlan.dmg
2023-04-04 11:55:30 : INFO : crashplan : Mounted: /Volumes/CrashPlan
2023-04-04 11:55:30 : INFO : crashplan : found pkg: /Volumes/CrashPlan/Install CrashPlan.pkg
2023-04-04 11:55:30 : INFO : crashplan : Verifying: /Volumes/CrashPlan/Install CrashPlan.pkg
2023-04-04 11:55:30 : INFO : crashplan : Team ID: UGHXR79U6M (expected: UGHXR79U6M )
2023-04-04 11:55:30 : INFO : crashplan : Installing /Volumes/CrashPlan/Install CrashPlan.pkg to /
2023-04-04 11:56:20 : INFO : crashplan : Finishing...
2023-04-04 11:56:23 : INFO : crashplan : App(s) found: /Applications/CrashPlan.app
2023-04-04 11:56:23 : INFO : crashplan : found app at /Applications/CrashPlan.app, version 11.0.1, on versionKey CFBundleShortVersionString
2023-04-04 11:56:23 : REQ : crashplan : Installed CrashPlan, version 11.0.1
2023-04-04 11:56:23 : INFO : crashplan : notifying
2023-04-04 11:56:25 : INFO : crashplan : App not closed, so no reopen.
2023-04-04 11:56:25 : REQ : crashplan : All done!
2023-04-04 11:56:25 : REQ : crashplan : ################## End Installomator, exit code 0

@scriptingosx scriptingosx added the application adds or improves an application label label Apr 12, 2023
@scriptingosx scriptingosx added this to the v10.4 milestone Apr 12, 2023
@scriptingosx
Copy link
Collaborator

Thank you!

@scriptingosx scriptingosx merged commit b4f72e4 into Installomator:main Apr 12, 2023
@jnichols35 jnichols35 deleted the label-crashplan2 branch April 12, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

application adds or improves an application label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants