mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
361 B
Bash
8 lines
361 B
Bash
ricohpsprinters)
|
|
name="Ricoh Printers"
|
|
type="pkgInDmg"
|
|
packageID="com.RICOH.print.PS_Printers_Vol4_EXP.ppds.pkg"
|
|
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"
|
|
;;
|