mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
added yubikeymanagerqt, closes #75
This commit is contained in:
@@ -1209,6 +1209,13 @@ tunnelblick)
|
||||
downloadURL=$(downloadURLFromGit TunnelBlick Tunnelblick )
|
||||
expectedTeamID="Z2SG5H3HC8"
|
||||
;;
|
||||
yubikeymanagerqt)
|
||||
# credit: Tadayuki Onishi (@kenchan0130)
|
||||
name="YubiKey Manager GUI"
|
||||
type="pkg"
|
||||
downloadURL="https://developers.yubico.com/yubikey-manager-qt/Releases/$(curl -sfL https://api.github.com/repos/Yubico/yubikey-manager-qt/releases/latest | awk -F '"' '/"tag_name"/ { print $4 }')-mac.pkg"
|
||||
expectedTeamID="LQA3CS5MM7"
|
||||
;;
|
||||
|
||||
|
||||
# MARK: add new labels above here
|
||||
|
||||
Reference in New Issue
Block a user