mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Few DEVONtechnologies labels
This commit is contained in:
7
fragments/labels/calcservice.sh
Normal file
7
fragments/labels/calcservice.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
calcservice)
|
||||||
|
name="CalcService"
|
||||||
|
type="zip"
|
||||||
|
downloadURL="$(curl -fs -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" "https://www.devontechnologies.com/support/download" | tr '"' "\n" | grep -o "http.*download.*.zip" | grep -i calcservice | head -1)"
|
||||||
|
appNewVersion="$(echo $downloadURL | sed -E 's/.*\/([0-9.]*)\/.*/\1/g')"
|
||||||
|
expectedTeamID="679S2QUWR8"
|
||||||
|
;;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
devoneasyfind)
|
easyfind)
|
||||||
name="EasyFind"
|
name="EasyFind"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL="$(curl -fs "https://www.devontechnologies.com/apps/freeware" | grep -o "http.*download.*.zip" | grep -i easyfind)"
|
downloadURL="$(curl -fs "https://www.devontechnologies.com/apps/freeware" | grep -o "http.*download.*.zip" | grep -i easyfind)"
|
||||||
8
fragments/labels/wordservice.sh
Normal file
8
fragments/labels/wordservice.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
wordservice)
|
||||||
|
name="WordService"
|
||||||
|
type="zip"
|
||||||
|
downloadURL="$(curl -fs -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15" "https://www.devontechnologies.com/support/download" | tr '"' "\n" | grep -o "http.*download.*.zip" | grep -i wordservice | head -1)"
|
||||||
|
appNewVersion="$(echo $downloadURL | sed -E 's/.*\/([0-9.]*)\/.*/\1/g')"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="679S2QUWR8"
|
||||||
|
;;
|
||||||
8
fragments/labels/xmenu.sh
Normal file
8
fragments/labels/xmenu.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
xmenu)
|
||||||
|
name="XMenu"
|
||||||
|
type="zip"
|
||||||
|
downloadURL="$(curl -fs "https://www.devontechnologies.com/apps/freeware" | grep -o "http.*download.*.zip" | grep -i xmenu)"
|
||||||
|
appNewVersion="$(echo $downloadURL | sed -E 's/.*\/([0-9.]*)\/.*/\1/g')"
|
||||||
|
expectedTeamID="679S2QUWR8"
|
||||||
|
;;
|
||||||
|
|
||||||
Reference in New Issue
Block a user