mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
duckduckgo web browser
It’s only in preview now, and you need an invitation code to run the app, but now we are ready for this.
This commit is contained in:
8
fragments/labels/duckduckgo.sh
Normal file
8
fragments/labels/duckduckgo.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
duckduckgo)
|
||||
name="DuckDuckGo"
|
||||
type="dmg"
|
||||
#downloadURL="https://staticcdn.duckduckgo.com/macos-desktop-browser/duckduckgo.dmg"
|
||||
downloadURL=$(curl -fs https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast.xml | xpath '(//rss/channel/item/enclosure/@url)[last()]' 2>/dev/null | cut -d '"' -f2)
|
||||
appNewVersion=$(curl -fs https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast.xml | xpath '(//rss/channel/item/enclosure/@sparkle:version)[last()]' 2>/dev/null | cut -d '"' -f2)
|
||||
expectedTeamID="HKE973VLUW"
|
||||
;;
|
||||
Reference in New Issue
Block a user