mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
15
fragments/labels/1password8.sh
Normal file
15
fragments/labels/1password8.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
1password8)
|
||||
name="1Password 8"
|
||||
appName="1Password.app"
|
||||
type="zip"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
archiveName="1Password-latest-aarch64.zip"
|
||||
downloadURL="https://downloads.1password.com/mac/1Password-latest-aarch64.zip"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
archiveName="1Password-latest-x86_64.zip"
|
||||
downloadURL="https://downloads.1password.com/mac/1Password-latest-x86_64.zip"
|
||||
fi
|
||||
expectedTeamID="2BUA8C4S2C"
|
||||
blockingProcesses=( "1Password Extension Helper" "1Password 7" "1Password" "1Password (Safari)" "1PasswordNativeMessageHost" "1PasswordSafariAppExtension" )
|
||||
#forcefulQuit=YES
|
||||
;;
|
||||
Reference in New Issue
Block a user