mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 22:04:17 +01:00
Add Alfred and label
This commit is contained in:
@@ -839,6 +839,13 @@ keepassxc)
|
|||||||
downloadURL="$(downloadURLFromGit keepassxreboot keepassxc)"
|
downloadURL="$(downloadURLFromGit keepassxreboot keepassxc)"
|
||||||
expectedTeamID="G2S7P7J672"
|
expectedTeamID="G2S7P7J672"
|
||||||
;;
|
;;
|
||||||
|
alfred)
|
||||||
|
name="Alfred"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=$(curl -fs https://www.alfredapp.com | awk -F '"' "/dmg/ {print \$2}" | head -1)
|
||||||
|
appName="Alfred 4.app"
|
||||||
|
expectedTeamID="XZZXE9SED4"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
# MARK: add new labels above here
|
# MARK: add new labels above here
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ adobereaderdc
|
|||||||
adobereaderdc-install
|
adobereaderdc-install
|
||||||
adobereaderdc-update
|
adobereaderdc-update
|
||||||
airserver
|
airserver
|
||||||
|
alfred
|
||||||
appcleaner
|
appcleaner
|
||||||
aquaskk
|
aquaskk
|
||||||
atom
|
atom
|
||||||
|
|||||||
Reference in New Issue
Block a user