Fred808 commited on
Commit
d1b44d0
·
verified ·
1 Parent(s): 80f94f4

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +4 -4
setup.sh CHANGED
@@ -1,4 +1,4 @@
1
- #!/bin/bash
2
- # Install Tesseract OCR
3
- sudo apt-get update
4
- sudo apt-get install -y tesseract-ocr
 
1
+
2
+ # Update package list and install Tesseract OCR
3
+ apt-get update -y
4
+ apt-get install -y tesseract-ocr