mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 05:10:56 +00:00
Create 1passwordcli.sh
This commit is contained in:
8
fragments/labels/1passwordcli.sh
Normal file
8
fragments/labels/1passwordcli.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
1passwordcli)
|
||||
name="1Password CLI"
|
||||
type="pkg"
|
||||
packageID="com.1password.op"
|
||||
downloadURL=$(curl -fs https://app-updates.agilebits.com/product_history/CLI | grep -m 1 -i op_apple_universal | cut -d'"' -f 2)
|
||||
appNewVersion=$(echo $downloadURL | sed -E 's/.*\/[a-zA-Z_]*([0-9.]*)\..*/\1/g')
|
||||
expectedTeamID="2BUA8C4S2C"
|
||||
;;
|
||||
Reference in New Issue
Block a user