From 51ee8e4bc151974299a7191109473134b021cffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gro=C3=9Fe=20Sundrup?= Date: Mon, 15 Jan 2024 14:46:30 -0500 Subject: [PATCH] Update the install script to ensure it works with recent project state --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e88f968..c92c917 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ systemctl stop printer.service || true +systemctl stop printer.socket || true mkdir -p /home/root/bin cd /home/root/bin wget -O release.zip http://github.com/evidlo/remarkable_printer/releases/latest/download/release.zip