-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cask avast-secureline-vpn (#30923)
- Loading branch information
1 parent
3f6ffb1
commit 79a1ac6
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cask 'avast' do | ||
cask 'avast-mac-security' do | ||
version :latest | ||
sha256 :no_check | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
cask 'avast-secureline-vpn' do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url 'http://mac.sl.d.avast.com/mac/avast_secureline.dmg' | ||
name 'Avast SecureLine VPN' | ||
homepage 'https://www.avast.com/secureline-vpn#mac' | ||
|
||
pkg 'Avast SecureLine VPN.pkg' | ||
|
||
uninstall pkgutil: 'com.avast.secureline', | ||
launchctl: [ | ||
'com.avast.secureline.userinit', | ||
'com.avast.secureline.update-agent', | ||
'*.com.avast.osx.secureline.avastsecurelinehelper', | ||
] | ||
|
||
zap delete: [ | ||
'~/Library/Cookies/com.avast.osx.secureline.binarycookies', | ||
'~/Library/Caches/com.avast.osx.secureline', | ||
] | ||
end |