From 824d5882d7af7aa24ed5b7d542ecc59a4a7db4e7 Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 15 Aug 2024 11:34:19 +0200 Subject: [PATCH] dix typo and enable services at boot --- config.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.sh b/config.sh index b7673ad..09143aa 100644 --- a/config.sh +++ b/config.sh @@ -46,4 +46,8 @@ baseSetRunlevel 3 pip install sysv-ipc --break-system-packages pip install pycstruct --break-system-packages pip install brother-ql --break-system-packages -pip install qrcodes --break-system-packages \ No newline at end of file +pip install qrcode --break-system-packages + +systemctl enable reHDDPrinter +systemctl enable reHDDStartHelper +systemctl enable reHDDLogUploader \ No newline at end of file