mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-12 22:07:03 +01:00
changed fragments to .sh extension
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
bluejeans)
|
||||
name="BlueJeans"
|
||||
type="pkg"
|
||||
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.dmg" | sed 's/dmg/pkg/g')
|
||||
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
||||
expectedTeamID="HE4P42JBGN"
|
||||
#Company="Verizon"
|
||||
;;
|
||||
Reference in New Issue
Block a user