mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 05:10:56 +00:00
Merge pull request #293 from Installomator/zohoworkdrivetruesync
Create zohoworkdrivetruesync.sh
This commit is contained in:
11
fragments/labels/zohoworkdrivetruesync.sh
Normal file
11
fragments/labels/zohoworkdrivetruesync.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
zohoworkdrivetruesync)
|
||||
# Using this label expects you to agree to these:
|
||||
# License Areemant: https://www.zoho.com/workdrive/zohoworkdrive-license-agreement.html
|
||||
# Privacy policy: https://www.zoho.com/privacy.html
|
||||
name="Zoho WorkDrive TrueSync"
|
||||
type="pkg"
|
||||
#https://www.zoho.com/workdrive/truesync.html
|
||||
#https://files-accl.zohopublic.com/public/tsbin/download/c488f53fb0fe339a8a3868a16d56ede6
|
||||
downloadURL=$(curl -fs "https://www.zoho.com/workdrive/truesync.html" | tr '<' '\n' | grep -B3 "For Mac" | grep -o -m1 "https.*\"" | cut -d '"' -f1)
|
||||
expectedTeamID="TZ824L8Y37"
|
||||
;;
|
||||
Reference in New Issue
Block a user