So, @Thouss was asking me if it will work on MacOS 26 - I went ahead and made the version check to be valid until MacOS 52! 😂 So, fellas, here is the link: https://disk.yandex.ru/d/eulpgi78NKo4dA
MannnnnnnnSo, @Thouss was asking me if it will work on MacOS 26 - I went ahead and made the version check to be valid until MacOS 52! 😂 So, fellas, here is the link: https://disk.yandex.ru/d/eulpgi78NKo4dA
absolutely - downloaded from HP website and just rewrote the OS version compatibility
finally some long awaited validation hahaha) thanks! anyone wondering - it works and is safe!

HP LaserJet Professional M1132 MFP. 15.7 started up. Thank youSo, @Thouss was asking me if it will work on MacOS 26 - I went ahead and made the version check to be valid until MacOS 52! 😂 So, fellas, here is the link: https://disk.yandex.ru/d/eulpgi78NKo4dA
Hello. First of all thank you for your work..for macOS Taheo
sed -i '' 's/15.0/26.0/' ~/Downloads/hp-expand/Distribution
or use Text Editor to change it.
#!/bin/bash
hdiutil attach ~/Downloads/hpdrivers.dmg
pkgutil --expand /Volumes/HP_PrinterSupportManual/HewlettPackardPrinterDrivers.pkg ~/Downloads/hp-expand
hdiutil eject /Volumes/HP_PrinterSupportManual
sed -i '' 's/15.0/52.0/' ~/Downloads/hp-expand/Distribution
pkgutil --flatten ~/Downloads/hp-expand ~/Downloads/HP_Drivers_12.pkg
rm -R ~/Downloads/hp-expand
doesn't worked for my cp1025 .. did i make something wrong?here a newer script to run after you have downloaded official dmg from HP website
Code:#!/bin/bash hdiutil attach ~/Downloads/hpdrivers.dmg pkgutil --expand /Volumes/HP_PrinterSupportManual/HewlettPackardPrinterDrivers.pkg ~/Downloads/hp-expand hdiutil eject /Volumes/HP_PrinterSupportManual sed -i '' 's/15.0/52.0/' ~/Downloads/hp-expand/Distribution pkgutil --flatten ~/Downloads/hp-expand ~/Downloads/HP_Drivers_12.pkg rm -R ~/Downloads/hp-expand