Update and rename br3.sh to br4.sh

This commit is contained in:
Michael
2023-11-26 16:26:41 +00:00
committed by GitHub
parent 0299f4952d
commit b80efd16fa
2 changed files with 11 additions and 7 deletions

7
br3.sh
View File

@@ -1,7 +0,0 @@
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
dpkg --configure -a

11
br4.sh Normal file
View File

@@ -0,0 +1,11 @@
## ln -s /etc/init.d/cups /etc/init.d/lpd
## mkdir /var/spool/lpd
mkdir -p /home/print/unpack
curl -o /home/print/driver2.deb https://download.brother.com/welcome/dlf005461/dcp135ccupswrapper-1.0.1-1.i386.deb
sudo dpkg -x /home/print/driver2.deb /home/print/unpack
cd /home/print/unpack
tar -xvzf data.tar
## 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
## dpkg --configure -a