mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
355 B
Plaintext
11 lines
355 B
Plaintext
|
|
awscli2)
|
|
# credit: Bilal Habib (@Pro4TLZZ)
|
|
name="AWSCLI"
|
|
type="pkg"
|
|
packageID="com.amazon.aws.cli2"
|
|
downloadURL="https://awscli.amazonaws.com/AWSCLIV2.pkg"
|
|
appNewVersion=$( curl -fs "https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst" | grep -i "CHANGELOG" -a4 | grep "[0-9.]" )
|
|
expectedTeamID="94KV3E626L"
|
|
;;
|