mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 21:03:13 +00:00
Added Tableau Public to
This commit is contained in:
8
fragments/labels/tableaupublic.sh
Normal file
8
fragments/labels/tableaupublic.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
tableaupublic)
|
||||
name="Tableau Public"
|
||||
type="pkgInDmg"
|
||||
packageID="com.tableausoftware.tableaudesktop"
|
||||
downloadURL=$(curl -fs https://www.tableau.com/downloads/public/mac | awk '/TableauPublic/' | xmllint --recover --html --xpath "//a/text()" -)
|
||||
appNewVersion=$(/usr/bin/python -c "import re; url = '$downloadURL'; ver_regex = re.compile(r'([0-9]+(?:-[0-9]+)+)'); ver_regex.findall(url); dashes = ''.join(ver_regex.findall(url)); print(dashes.replace('-', '.'))")
|
||||
expectedTeamID="QJ4XPRK37C"
|
||||
;;
|
||||
Reference in New Issue
Block a user