From 95c6bbb54a739eea09717532bd4673b030785f34 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 2 Dec 2024 23:07:23 +0000 Subject: [PATCH] chore: clean up install script --- scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index d00d44e..d831a8b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -21,9 +21,8 @@ tar -xvzf /tmp/tesseract/tesseract.tar.gz -C /tmp/tesseract sudo mkdir -p /opt/tesseract sudo mv /tmp/tesseract/tesseract /opt/tesseract -sudo chown $(whoami) /opt/tesseract -sudo chown $(whoami) /opt/tesseract/* -sudo cat >/opt/tesseract/config.json </opt/tesseract/config.json </opt/tesseract/config.json <