mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00: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')
|
||||
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
|
||||
|
||||
|
||||
@@ -81,6 +81,7 @@ postman
|
||||
privileges
|
||||
r
|
||||
resiliosynchome
|
||||
ricohpsprinters
|
||||
ringcentralapp
|
||||
ringcentralmeetings
|
||||
royaltsx
|
||||
|
||||
Reference in New Issue
Block a user