mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-12 06:13:12 +01:00
added ricohpsprinters
This commit is contained in:
@@ -1292,7 +1292,13 @@ bluejeans)
|
|||||||
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.dmg" | sed 's/dmg/pkg/g')
|
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.dmg" | sed 's/dmg/pkg/g')
|
||||||
expectedTeamID="HE4P42JBGN"
|
expectedTeamID="HE4P42JBGN"
|
||||||
;;
|
;;
|
||||||
|
ricohpsprinters)
|
||||||
|
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
||||||
|
name="Ricoh PS Printers"
|
||||||
|
type="pkgInDmg"
|
||||||
|
downloadURL=$(curl -fs https://support.ricoh.com//bb/html/dr_ut_e/rc3/model/mpc3004ex/mpc3004exen.htm | xmllint --html --format - 2>/dev/null | grep -m 1 -o "https://.*.dmg" | cut -d '"' -f 1)
|
||||||
|
expectedTeamID="5KACUT3YX8"
|
||||||
|
;;
|
||||||
|
|
||||||
# MARK: add new labels above here
|
# MARK: add new labels above here
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ postman
|
|||||||
privileges
|
privileges
|
||||||
r
|
r
|
||||||
resiliosynchome
|
resiliosynchome
|
||||||
|
ricohpsprinters
|
||||||
ringcentralapp
|
ringcentralapp
|
||||||
ringcentralmeetings
|
ringcentralmeetings
|
||||||
royaltsx
|
royaltsx
|
||||||
|
|||||||
Reference in New Issue
Block a user