diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-17 16:09:10 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-17 16:09:10 +0100 |
commit | 422a9f5353de0630a04dec7554275863d0b520aa (patch) | |
tree | 417b918a6f47dfce390411b57037450a850c8370 | |
parent | e0ff7e32ddb3be374c8d6bcd352a05736e49e702 (diff) |
-rw-r--r-- | install-arch.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index fa0af1e..9973211 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -80,7 +80,7 @@ echo "KEYMAP=de-latin1" > /etc/vconsole.conf echo "archbook" > /etc/hostname echo "127.0.0.1 localhost" >> /etc/hosts -echo "::1 localhost" >> /etc/hosts +echo "::1 localhost" >> /etc/hosts echo "127.0.0.1 archbook.local archbook" >> /etc/hosts # create user @@ -183,6 +183,17 @@ sudo pacman -Sy \ aur sync -r epson-inkjet-printer-escpr sudo pacman -Sy epson-inkjet-printer-escpr +aur sync -r brother-dcpl3510cdw-drv-bin +aur sync -r brscan4 +sudo pacman -Sy \ + brother-dcpl3510cdw-drv-bin \ + brscan4 + +sudo ln -s /opt/brother/Printers/dcpl3510cdw/cupswrapper/brother_lpdwrapper_dcpl3510cdw /usr/lib/cups/filter/ +# https://support.brother.com/g/b/downloadhowto.aspx?c=de&lang=de&prod=dcpl3510cdw_eu_as&os=128&dlid=dlf105201_000&flang=4&type3=565 +sudo brsaneconfig4 -a name="Brother DCP-L3510CDW" model="DCP-L3510CDW" ip="IP" + + # nix sudo pacman -Sy \ nix |