Theile
91af2427fa
Fix for #698
...
GitHub download links changed, fixed #698 .
2022-09-21 11:58:56 +02:00
Theile
24c550477a
GitHub download fix
2022-09-21 11:34:01 +02:00
Theile
44cee15ac2
Dialog cmd file: /var/tmp/dialog.log
2022-09-21 09:05:05 +02:00
Theile
53cbc342c3
Minor renaming of a few file names
2022-09-21 09:04:06 +02:00
Theile
5b39697bf8
No printlog function so echo it is
2022-09-21 08:43:31 +02:00
Theile
e6088a2eda
Install swiftDialog in preparation script
2022-09-20 16:34:12 +02:00
Theile
938a40943e
Cleaning and adding prevention scripts
2022-09-20 09:50:54 +02:00
Theile
c0a850848b
Version number matching
2022-09-20 08:36:55 +02:00
Theile
909a61fbe3
Improved icon checks and failovers
2022-09-19 21:40:03 +02:00
Theile
9c5ab45851
Version 9.4 of my MDM scripts
2022-09-19 11:38:43 +02:00
macmangr
6c829ed0d6
Added architecture check and ARM version of Horos
...
The developer has now also released an Apple Silicon version of the software, so a review of the processor and the appropriate download links have been added
The expectedTeamID is now a variable because the Apple Silicon version of the app has a different TeamID
2022-09-17 16:53:15 +02:00
macmangr
96380b2f27
Label name changed to "archiwarepst"
...
The name of the label has been changed from "awpst" to "archiwarepst"
2022-09-17 14:59:49 +02:00
macmangr
b061f37924
Label name changed to "archiwareb2go"
...
The name of the label has been changed from "awb2go" to "archiwareb2go"
2022-09-17 14:57:15 +02:00
macmangr
5a54cd92b6
Label name changed to "parallelsrasclient"
...
The name of the label has been changed from "rasclient" to "parallelsrasclient"
2022-09-17 14:52:08 +02:00
Fletcher Salesky
57ed4e77f4
Move archiveName before downloadURL
2022-09-14 16:34:03 -07:00
Fletcher Salesky
a01bfd7dae
Update obs.sh
2022-09-14 16:25:56 -07:00
Theile
e5d309a9d9
Minor correction to the if statement
2022-09-14 16:19:57 +02:00
Theile
1412f86e69
If GItHub does not give an URL we can fall back on API call
...
Today something strange happened for Installomator on GitHub. Or latest release would spend too much time loading the assets, and would not return an URL, like here:
```
% gitusername="Installomator"; gitreponame="Installomator"; curl -sfL "https://github.com/$gitusername/$gitreponame/releases/latest " | tr '"' "\n" | grep -i "^/.*\/releases\/download\/.*\.pkg" | head -1
% gitusername="bartreardon"; gitreponame="swiftDialog"; curl -sfL "https://github.com/$gitusername/$gitreponame/releases/latest " | tr '"' "\n" | grep -i "^/.*\/releases\/download\/.*\.pkg" | head -1
/bartreardon/swiftDialog/releases/download/v1.11.2/dialog-1.11.2-3095.pkg
```
As can be seen above it worked for swiftDialog, but not for Installomator.
Now we can fall back on the API call if we do not get the URL in first try.
2022-09-14 15:45:00 +02:00
Theile
13d574bd0d
Create gfxcardstatus.sh
...
Text run:
```
% utils/assemble.sh gfxcardstatus DEBUG=2
2022-09-14 10:26:07 : INFO : gfxcardstatus : setting variable from argument DEBUG=2
2022-09-14 10:26:07 : REQ : gfxcardstatus : ################## Start Installomator v. 10.0beta3, date 2022-09-14
2022-09-14 10:26:07 : INFO : gfxcardstatus : ################## Version: 10.0beta3
2022-09-14 10:26:07 : INFO : gfxcardstatus : ################## Date: 2022-09-14
2022-09-14 10:26:07 : INFO : gfxcardstatus : ################## gfxcardstatus
2022-09-14 10:26:07 : DEBUG : gfxcardstatus : DEBUG mode 2 enabled.
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : name=gfxCardStatus
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : appName=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : type=zip
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : archiveName=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : downloadURL=https://github.com/codykrieger/gfxCardStatus/releases/download/v2.5/gfxCardStatus-2.5.zip
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : curlOptions=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : appNewVersion=2.5
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : appCustomVersion function: Not defined
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : versionKey=CFBundleShortVersionString
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : packageID=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : pkgName=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : choiceChangesXML=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : expectedTeamID=LF22FTQC25
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : blockingProcesses=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : installerTool=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : CLIInstaller=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : CLIArguments=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : updateTool=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : updateToolArguments=
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : updateToolRunAsCurrentUser=
2022-09-14 10:26:08 : INFO : gfxcardstatus : BLOCKING_PROCESS_ACTION=tell_user
2022-09-14 10:26:08 : INFO : gfxcardstatus : NOTIFY=success
2022-09-14 10:26:08 : INFO : gfxcardstatus : LOGGING=DEBUG
2022-09-14 10:26:08 : INFO : gfxcardstatus : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-14 10:26:08 : INFO : gfxcardstatus : Label type: zip
2022-09-14 10:26:08 : INFO : gfxcardstatus : archiveName: gfxCardStatus.zip
2022-09-14 10:26:08 : INFO : gfxcardstatus : no blocking processes defined, using gfxCardStatus as default
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : Changing directory to /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6
2022-09-14 10:26:08 : INFO : gfxcardstatus : name: gfxCardStatus, appName: gfxCardStatus.app
2022-09-14 10:26:08 : INFO : gfxcardstatus : App(s) found: /Users/st/Downloads/2022-09-14-10-21-02/gfxCardStatus.app
2022-09-14 10:26:08 : WARN : gfxcardstatus : could not determine location of gfxCardStatus.app
2022-09-14 10:26:08 : INFO : gfxcardstatus : appversion:
2022-09-14 10:26:08 : INFO : gfxcardstatus : Latest version of gfxCardStatus is 2.5
2022-09-14 10:26:08 : REQ : gfxcardstatus : Downloading https://github.com/codykrieger/gfxCardStatus/releases/download/v2.5/gfxCardStatus-2.5.zip to gfxCardStatus.zip
2022-09-14 10:26:08 : DEBUG : gfxcardstatus : No Dialog connection, just download
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : File list: -rw-r--r-- 1 st staff 2,2M 14 Sep 10:26 gfxCardStatus.zip
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : File type: gfxCardStatus.zip: Zip archive data, at least v1.0 to extract, compression method=store
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : curl output was:
* Trying 140.82.121.3:443...
* Connected to github.com (140.82.121.3) port 443 (#0 )
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
…
* Connection #1 to host objects.githubusercontent.com left intact
2022-09-14 10:26:10 : REQ : gfxcardstatus : no more blocking processes, continue with update
2022-09-14 10:26:10 : REQ : gfxcardstatus : Installing gfxCardStatus
2022-09-14 10:26:10 : INFO : gfxcardstatus : Unzipping gfxCardStatus.zip
2022-09-14 10:26:10 : INFO : gfxcardstatus : Verifying: /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.app
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : App size: 5,5M /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.app
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : Debugging enabled, App Verification output was:
/var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Cody Krieger (LF22FTQC25)
2022-09-14 10:26:10 : INFO : gfxcardstatus : Team ID matching: LF22FTQC25 (expected: LF22FTQC25 )
2022-09-14 10:26:10 : INFO : gfxcardstatus : Installing gfxCardStatus version 2.5 on versionKey CFBundleShortVersionString.
2022-09-14 10:26:10 : INFO : gfxcardstatus : App has LSMinimumSystemVersion: 10.9
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : DEBUG mode 2 enabled, not installing anything, exiting
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : Deleting /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : Debugging enabled, Deleting tmpDir output was:
/var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.app/Contents/CodeResources
…
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.app
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6/gfxCardStatus.zip
2022-09-14 10:26:10 : DEBUG : gfxcardstatus : /var/folders/gy/vrjt7sl52t9ghzn1lnttjtg40000gp/T/tmp.cR1129g6
2022-09-14 10:26:11 : INFO : gfxcardstatus : App not closed, so no reopen.
2022-09-14 10:26:11 : INFO : gfxcardstatus :
2022-09-14 10:26:11 : REQ : gfxcardstatus : ################## End Installomator, exit code 0
```
2022-09-14 10:31:06 +02:00
Fredrik Larsson
4e003b2292
New Label: Cytoscape
...
2022-09-13 11:18:47 : REQ : cytoscape : ################## Start Installomator v. 10.0beta3, date 2022-09-13
2022-09-13 11:18:47 : INFO : cytoscape : ################## Version: 10.0beta3
2022-09-13 11:18:47 : INFO : cytoscape : ################## Date: 2022-09-13
2022-09-13 11:18:47 : INFO : cytoscape : ################## cytoscape
2022-09-13 11:18:47 : INFO : cytoscape : SwiftDialog is not installed, clear cmd file var
2022-09-13 11:18:49 : INFO : cytoscape : BLOCKING_PROCESS_ACTION=tell_user
2022-09-13 11:18:49 : INFO : cytoscape : NOTIFY=success
2022-09-13 11:18:50 : INFO : cytoscape : LOGGING=INFO
2022-09-13 11:18:50 : INFO : cytoscape : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-13 11:18:50 : INFO : cytoscape : Label type: dmg
2022-09-13 11:18:50 : INFO : cytoscape : archiveName: Cytoscape.dmg
2022-09-13 11:18:50 : INFO : cytoscape : no blocking processes defined, using Cytoscape as default
2022-09-13 11:18:50 : INFO : cytoscape : name: Cytoscape, appName: Cytoscape.app
2022-09-13 11:18:50 : WARN : cytoscape : No previous app found
2022-09-13 11:18:50 : WARN : cytoscape : could not find Cytoscape.app
2022-09-13 11:18:50 : INFO : cytoscape : appversion:
2022-09-13 11:18:50 : INFO : cytoscape : Latest version of Cytoscape is 3.9.1
2022-09-13 11:18:50 : REQ : cytoscape : Downloading https://github.com/cytoscape/cytoscape/releases/download/3.9.1/Cytoscape_3_9_1_macos.dmg to Cytoscape.dmg
2022-09-13 11:19:12 : REQ : cytoscape : no more blocking processes, continue with update
2022-09-13 11:19:12 : REQ : cytoscape : Installing Cytoscape
2022-09-13 11:19:12 : REQ : cytoscape : installerTool used: Cytoscape Installer.app
2022-09-13 11:19:12 : INFO : cytoscape : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.zwfhpav8/Cytoscape.dmg
2022-09-13 11:19:13 : INFO : cytoscape : Mounted: /Volumes/Cytoscape 1
2022-09-13 11:19:13 : INFO : cytoscape : Verifying: /Volumes/Cytoscape 1/Cytoscape Installer.app
2022-09-13 11:19:14 : INFO : cytoscape : Team ID matching: 35LDCJ33QT (expected: 35LDCJ33QT )
2022-09-13 11:19:14 : INFO : cytoscape : Installing Cytoscape version 3.9.1 on versionKey CFBundleShortVersionString.
2022-09-13 11:19:14 : INFO : cytoscape : App has LSMinimumSystemVersion: 10.7.3
2022-09-13 11:19:14 : INFO : cytoscape : CLIInstaller exists, running installer command /Volumes/Cytoscape 1/Cytoscape Installer.app/Contents/MacOS/JavaApplicationStub -q
2022-09-13 11:19:49 : INFO : cytoscape : Succesfully ran /Volumes/Cytoscape 1/Cytoscape Installer.app/Contents/MacOS/JavaApplicationStub -q
2022-09-13 11:19:49 : INFO : cytoscape : Finishing...
2022-09-13 11:19:52 : INFO : cytoscape : name: Cytoscape, appName: Cytoscape Installer.app
2022-09-13 11:19:52 : INFO : cytoscape : App(s) found: /Applications/Cytoscape_v3.9.1/Cytoscape Uninstaller.app/Applications/Cytoscape_v3.9.1/Cytoscape.app
2022-09-13 11:19:52 : WARN : cytoscape : could not determine location of Cytoscape Installer.app
2022-09-13 11:19:52 : REQ : cytoscape : Installed Cytoscape
2022-09-13 11:19:52 : INFO : cytoscape : notifying
2022-09-13 11:19:53 : INFO : cytoscape : App not closed, so no reopen.
2022-09-13 11:19:53 : REQ : cytoscape : All done!
2022-09-13 11:19:53 : REQ : cytoscape : ################## End Installomator, exit code 0
2022-09-13 11:29:16 +02:00
Søren Theilgaard
cd2637d30f
Verify for “Adobe Installer” before running
...
Also added another option for getting current version that we could consider using. Removed some old stuff already commented out.
2022-09-13 09:05:04 +02:00
Adam Codega
22170a89ae
Swap Adobe URL parsing filter
...
The filters for ARM and Intel were swapped by accident, this correctly returns the ARM URL for ARM and Intel URL for Intel.
2022-09-12 12:37:11 -04:00
Fredrik Larsson
527490e72f
New Label: LaTeXiT
...
2022-09-12 14:49:00 : INFO : latexit : setting variable from argument NOTIFY=silent
2022-09-12 14:49:00 : INFO : latexit : setting variable from argument DEBUG=0
2022-09-12 14:49:00 : REQ : latexit : ################## Start Installomator v. 10.0beta3, date 2022-09-12
2022-09-12 14:49:00 : INFO : latexit : ################## Version: 10.0beta3
2022-09-12 14:49:00 : INFO : latexit : ################## Date: 2022-09-12
2022-09-12 14:49:00 : INFO : latexit : ################## latexit
2022-09-12 14:49:00 : INFO : latexit : SwiftDialog is not installed, clear cmd file var
2022-09-12 14:49:01 : INFO : latexit : BLOCKING_PROCESS_ACTION=tell_user
2022-09-12 14:49:01 : INFO : latexit : NOTIFY=silent
2022-09-12 14:49:01 : INFO : latexit : LOGGING=INFO
2022-09-12 14:49:01 : INFO : latexit : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-12 14:49:01 : INFO : latexit : Label type: dmg
2022-09-12 14:49:01 : INFO : latexit : archiveName: LaTeXiT.dmg
2022-09-12 14:49:01 : INFO : latexit : no blocking processes defined, using LaTeXiT as default
2022-09-12 14:49:01 : INFO : latexit : name: LaTeXiT, appName: LaTeXiT.app
2022-09-12 14:49:01 : WARN : latexit : No previous app found
2022-09-12 14:49:01 : WARN : latexit : could not find LaTeXiT.app
2022-09-12 14:49:01 : INFO : latexit : appversion:
2022-09-12 14:49:01 : INFO : latexit : Latest version of LaTeXiT is 2.16.4
2022-09-12 14:49:01 : REQ : latexit : Downloading https://pierre.chachatelier.fr/latexit/downloads/LaTeXiT-2_16_4.dmg to LaTeXiT.dmg
2022-09-12 14:49:03 : REQ : latexit : no more blocking processes, continue with update
2022-09-12 14:49:04 : REQ : latexit : Installing LaTeXiT
2022-09-12 14:49:04 : INFO : latexit : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.p6c9hBly/LaTeXiT.dmg
2022-09-12 14:49:07 : INFO : latexit : Mounted: /Volumes/LaTeXiT 2.16.4 1
2022-09-12 14:49:07 : INFO : latexit : Verifying: /Volumes/LaTeXiT 2.16.4 1/LaTeXiT.app
2022-09-12 14:49:08 : INFO : latexit : Team ID matching: 7SFX84GNR7 (expected: 7SFX84GNR7 )
2022-09-12 14:49:08 : INFO : latexit : Installing LaTeXiT version 2.16.4 on versionKey CFBundleShortVersionString.
2022-09-12 14:49:08 : INFO : latexit : App has LSMinimumSystemVersion: 10.9
2022-09-12 14:49:08 : INFO : latexit : Copy /Volumes/LaTeXiT 2.16.4 1/LaTeXiT.app to /Applications
2022-09-12 14:49:12 : WARN : latexit : Changing owner to kryptonit
2022-09-12 14:49:13 : INFO : latexit : Finishing...
2022-09-12 14:49:16 : INFO : latexit : App(s) found: /Applications/LaTeXiT.app
2022-09-12 14:49:16 : INFO : latexit : found app at /Applications/LaTeXiT.app, version 2.16.4, on versionKey CFBundleShortVersionString
2022-09-12 14:49:16 : REQ : latexit : Installed LaTeXiT, version 2.16.4
2022-09-12 14:49:16 : INFO : latexit : App not closed, so no reopen.
2022-09-12 14:49:16 : REQ : latexit : All done!
2022-09-12 14:49:16 : REQ : latexit : ################## End Installomator, exit code 0
2022-09-12 14:51:56 +02:00
Søren Theilgaard
776c955cdd
Comments to label
2022-09-05 10:17:09 +02:00
Søren Theilgaard
7239ec454a
Change appNewVersion
...
GitHub tag contain “_” and not “.” so our function fails to get the right version, so isolating it out from the `downloadURL`.
2022-09-05 10:04:33 +02:00
Armin Briegel
0c4d7b0c56
Update version.sh
2022-09-02 15:22:35 +02:00
Armin Briegel
9e9a65337d
updated changelog and main script
v10beta2
2022-09-02 15:17:51 +02:00
Søren Theilgaard
95bd32769c
Update acroniscyberprotectconnectagent.sh
...
`blockingProcesses=( NONE )`
2022-09-02 14:57:04 +02:00
Armin Briegel
42126caa21
fixed labels without trailing new line
2022-09-02 13:29:16 +02:00
Armin Briegel
cee2b1d037
new label: dynalist
2022-09-02 13:05:43 +02:00
Armin Briegel
66d8f25847
new label: coconutbattery
2022-09-02 13:04:48 +02:00
Armin Briegel
960aa51770
new label: xcreds
2022-09-02 12:55:22 +02:00
Armin Briegel
d96c300cf8
updated label: libreoffice
2022-09-02 12:51:20 +02:00
Armin Briegel
6556cfd7d4
fixed typo
2022-09-02 12:51:00 +02:00
Armin Briegel
a4e12dd37f
new label: mongodbcompass
2022-09-02 12:46:41 +02:00
Armin Briegel
efa40d90e4
new label: relatel
2022-09-02 12:45:34 +02:00
Armin Briegel
003647bab2
updated test script
2022-09-02 12:44:58 +02:00
Armin Briegel
18b5d87760
new label: awsvpnclient
2022-09-02 11:46:37 +02:00
Armin Briegel
daff74680e
new label: lcadvancedvpnclient
2022-09-02 11:45:35 +02:00
Armin Briegel
a9fdf6132a
new label: typinator
2022-09-02 11:44:28 +02:00
Armin Briegel
b7353eae7d
new label: synologydriveclient
2022-09-02 11:43:21 +02:00
Armin Briegel
e1fdda65fe
new test-pr.sh script
2022-09-02 11:42:56 +02:00
Armin Briegel
438191e4d3
assemble.sh now returns exit code from Installomator.sh
2022-09-02 11:41:33 +02:00
Armin Briegel
449276e587
new label: sonicvisualiser
2022-09-02 11:27:02 +02:00
Armin Briegel
54bf02886f
new label: tencentmeeting
2022-09-02 11:23:34 +02:00
Armin Briegel
72a019b38d
new label: masv
2022-09-02 11:11:47 +02:00
Armin Briegel
8edcefc181
new label: kap
2022-09-02 11:08:23 +02:00
Armin Briegel
8e519b342c
Merge branch 'pr/562'
2022-09-02 11:05:36 +02:00
Armin Briegel
d1da823243
Merge branch 'pr/559'
2022-09-02 11:02:19 +02:00
Armin Briegel
f92428de8d
Merge pull request #557 from macmangr/SynologyAssistant
...
New Label: SynologyAssistant
2022-09-02 11:00:14 +02:00