mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 14:23:08 +01:00
added label for amazoncorretto8jdk, closes #425
This commit is contained in:
7
fragments/labels/amazoncorretto8jdk.sh
Normal file
7
fragments/labels/amazoncorretto8jdk.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
amazoncorretto8jdk)
|
||||
name="Amazon Corretto 8 JDK"
|
||||
type="pkg"
|
||||
downloadURL="https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg"
|
||||
appNewVersion=$(curl -s https://raw.githubusercontent.com/corretto/corretto-8/develop/CHANGELOG.md | grep "## Corretto version" | head -n 1 | awk '{ print $4; exit}')
|
||||
expectedTeamID="94KV3E626L"
|
||||
;;
|
||||
Reference in New Issue
Block a user