Skip to content

Instantly share code, notes, and snippets.

View puranjayjain's full-sized avatar
🎱
Ballin'

Puranjay Jain puranjayjain

🎱
Ballin'
View GitHub Profile
@puranjayjain
puranjayjain / install_hp_printer_drivers.sh
Last active May 20, 2025 06:24 — forked from garry-jeromson/install_hp_printer_drivers.sh
Install HP printer drivers on macOS 20
#!/bin/bash
curl -o ~/Downloads/hpdrivers.dmg https://updates.cdn-apple.com/2020/macos/001-41745-20201210-DBC9B46B-88B2-4032-87D9-449AF1D20804/HewlettPackardPrinterDrivers.dmg
hdiutil attach ~/Downloads/hpdrivers.dmg
pkgutil --expand /Volumes/HP_PrinterSupportManual/HewlettPackardPrinterDrivers.pkg ~/Downloads/hp-expand
hdiutil eject /Volumes/HP_PrinterSupportManual