Commit Graph

1796 Commits

Author SHA1 Message Date
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
Fredrik Larsson
a5421ad226 New Label: Projectplace
2022-09-13 08:38:09 : REQ   : projectplace : ################## Start Installomator v. 10.0beta3, date 2022-09-13
2022-09-13 08:38:09 : INFO  : projectplace : ################## Version: 10.0beta3
2022-09-13 08:38:09 : INFO  : projectplace : ################## Date: 2022-09-13
2022-09-13 08:38:09 : INFO  : projectplace : ################## projectplace
2022-09-13 08:38:09 : INFO  : projectplace : SwiftDialog is not installed, clear cmd file var
2022-09-13 08:38:09 : INFO  : projectplace : BLOCKING_PROCESS_ACTION=tell_user
2022-09-13 08:38:09 : INFO  : projectplace : NOTIFY=success
2022-09-13 08:38:09 : INFO  : projectplace : LOGGING=INFO
2022-09-13 08:38:09 : INFO  : projectplace : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-13 08:38:09 : INFO  : projectplace : Label type: dmg
2022-09-13 08:38:09 : INFO  : projectplace : archiveName: Projectplace.dmg
2022-09-13 08:38:09 : INFO  : projectplace : no blocking processes defined, using Projectplace as default
2022-09-13 08:38:10 : INFO  : projectplace : name: Projectplace, appName: Projectplace.app
2022-09-13 08:38:10 : WARN  : projectplace : No previous app found
2022-09-13 08:38:10 : WARN  : projectplace : could not find Projectplace.app
2022-09-13 08:38:10 : INFO  : projectplace : appversion:
2022-09-13 08:38:10 : INFO  : projectplace : Latest version not specified.
2022-09-13 08:38:10 : REQ   : projectplace : Downloading https://service.projectplace.com/client_apps/desktop/Projectplace-for-mac.dmg to Projectplace.dmg
2022-09-13 08:38:11 : REQ   : projectplace : no more blocking processes, continue with update
2022-09-13 08:38:11 : REQ   : projectplace : Installing Projectplace
2022-09-13 08:38:11 : INFO  : projectplace : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.DSQ0lE6Y/Projectplace.dmg
2022-09-13 08:38:14 : INFO  : projectplace : Mounted: /Volumes/Projectplace
2022-09-13 08:38:14 : INFO  : projectplace : Verifying: /Volumes/Projectplace/Projectplace.app
2022-09-13 08:38:15 : INFO  : projectplace : Team ID matching: 8333HW99E8 (expected: 8333HW99E8 )
2022-09-13 08:38:15 : INFO  : projectplace : Installing Projectplace version 1.3.5 on versionKey CFBundleShortVersionString.
2022-09-13 08:38:15 : INFO  : projectplace : Copy /Volumes/Projectplace/Projectplace.app to /Applications
2022-09-13 08:38:15 : WARN  : projectplace : Changing owner to kryptonit
2022-09-13 08:38:15 : INFO  : projectplace : Finishing...
2022-09-13 08:38:18 : INFO  : projectplace : App(s) found: /Applications/Projectplace.app
2022-09-13 08:38:18 : INFO  : projectplace : found app at /Applications/Projectplace.app, version 1.3.5, on versionKey CFBundleShortVersionString
2022-09-13 08:38:18 : REQ   : projectplace : Installed Projectplace, version 1.3.5
2022-09-13 08:38:18 : INFO  : projectplace : notifying
2022-09-13 08:38:19 : INFO  : projectplace : App not closed, so no reopen.
2022-09-13 08:38:19 : REQ   : projectplace : All done!
2022-09-13 08:38:19 : REQ   : projectplace : ################## End Installomator, exit code 0
2022-09-13 08:39:21 +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
5ab42971e5 New Label: MacTeX 2022-09-12 16:28:03 +02: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
Armin Briegel
217486a118 Merge branch 'pr/556' 2022-09-02 10:58:33 +02:00
Armin Briegel
5f22889951 Merge branch 'pr/555' 2022-09-02 10:56:40 +02:00
Armin Briegel
bfaa243e4f Merge branch 'pr/554' 2022-09-02 10:53:25 +02:00
Armin Briegel
98ebfdca7c Merge branch 'pr/553' 2022-09-02 10:50:49 +02:00
Armin Briegel
3c6b8c8939 Merge branch 'pr/552' 2022-09-02 10:47:29 +02:00
Armin Briegel
dd6732ce97 Merge branch 'dev' 2022-09-02 10:45:41 +02:00
Armin Briegel
99bd9b78f4 Merge pull request #549 from imfromthebay/patch-1
New Label: KeepingYouAwake
2022-09-02 10:44:12 +02:00
Armin Briegel
baea19aa39 Merge pull request #589 from scriptingosx/boxtools-pkgid
added packageID to boxtools
2022-09-02 10:39:54 +02:00
Armin Briegel
a929f7d2ac Merge pull request #652 from scriptingosx/googleadseditor
moved label from repo root to proper folder
2022-09-02 10:39:19 +02:00
Armin Briegel
c981b093a2 Merge pull request #653 from mwmatter/main
Workspace ONE Support
2022-09-02 10:31:05 +02:00
Armin Briegel
a479c66dbe Merge branch 'main' into pr/664 2022-09-02 10:23:14 +02:00
Armin Briegel
4ad76adf7b Merge branch 'pr/659' 2022-09-02 10:10:12 +02:00