trigger brother_ql

This commit is contained in:
2022-11-23 22:28:01 +01:00
parent 4c3e40a658
commit af66314336
3 changed files with 15 additions and 7 deletions

View File

@ -5,7 +5,7 @@
# Install #
`pip install qrcode sysv-ipc pycstruct`
`pip install qrcode sysv-ipc pycstruct brother-ql`
```
cd /root/
@ -14,7 +14,7 @@ cd reHDDPrinter
chmod +x reHDDPrinter.py
cp reHDDPrinter.service /lib/systemd/system/reHDDPrinter.service
systemctl daemon-reload
systemctl enable /lib/systemd/system/reHDDPrinter.service
systemctl enable --now /lib/systemd/system/reHDDPrinter.service
```
## Test printer manually ##