commit c910f350ddc19020969c037bcc1ad3676f284938 Author: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun Nov 26 14:59:43 2023 +0000 Create br.sh diff --git a/br.sh b/br.sh new file mode 100644 index 0000000..a83ba3d --- /dev/null +++ b/br.sh @@ -0,0 +1,6 @@ +ln -s /etc/init.d/cups /etc/init.d/lpd +mkdir /var/spool/lpd +curl -o /home/print/driver2.deb https://download.brother.com/welcome/dlf005461/dcp135ccupswrapper-1.0.1-1.i386.deb +curl -o /home/print/driver1.deb https://download.brother.com/welcome/dlf005459/dcp135clpr-1.0.1-1.i386.deb +sudo dpkg -i --force-all /home/print/driver1.deb +sudo dpkg -i --force-all /home/print/driver2.deb