Skip to content

ekimiateam/driver_install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

this script ( still in devellopement ) , can be used to install easily a printer and / or scanner from brother . execute the script without argument and answer when it prompt you . example : sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/iznobe/brother_printer_install/refs/heads/main/brprinter_install.sh)"

if you use your brother printer connected via USB , you can do like this : wget https://raw.githubusercontent.com/iznobe/brother_printer_install/refs/heads/main/brprinter_install.sh chmod +x brprinter_install.sh sudo bash brprinter_install.sh PRINTER_NAME 0

if you use your printer on network you can give to script argument this way : wget https://raw.githubusercontent.com/iznobe/brother_printer_install/refs/heads/main/brprinter_install.sh chmod +x brprinter_install.sh sudo bash brprinter_install.sh PRINTER_NAME 1 PRINTER_IP

For example , if in your box you have put 192.168.1.18 as fixed IP for your printer : sudo bash brprinter_install.sh MFC-L2710DW 1 192.168.1.18

About

script to install brother's printer / scanner / multifonction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%