quotes
This commit is contained in:
@@ -83,7 +83,7 @@ EOF
|
|||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y full-upgrade --allow-unauthenticated
|
sudo apt -y full-upgrade --allow-unauthenticated
|
||||||
# bash <curl -sSL https://gist.github.com/hannesbe/6c110e9de6644f07a48eecfdbe6b728d/raw
|
# bash <curl -sSL https://gist.github.com/hannesbe/6c110e9de6644f07a48eecfdbe6b728d/raw
|
||||||
sh -c <$(curl -sSL https://gist.github.com/hannesbe/6c110e9de6644f07a48eecfdbe6b728d/raw)
|
sh -c <"$(curl -sSL https://gist.github.com/hannesbe/6c110e9de6644f07a48eecfdbe6b728d/raw)"
|
||||||
sudo tee /etc/apt/sources.list.d/notaesalexp.list<<EOF
|
sudo tee /etc/apt/sources.list.d/notaesalexp.list<<EOF
|
||||||
deb https://notesalexp.org/tesseract-ocr5/$(lsb_release -cs)/ $(lsb_release -cs) main
|
deb https://notesalexp.org/tesseract-ocr5/$(lsb_release -cs)/ $(lsb_release -cs) main
|
||||||
EOF
|
EOF
|
||||||
@@ -92,7 +92,7 @@ EOF
|
|||||||
sudo apt -y install ocrmypdf python3-pip jbig2enc jbig2dec imagemagick
|
sudo apt -y install ocrmypdf python3-pip jbig2enc jbig2dec imagemagick
|
||||||
sudo mkdir /usr/share/tesseract-ocr/5/tessdata
|
sudo mkdir /usr/share/tesseract-ocr/5/tessdata
|
||||||
wget https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/deu_frak.traineddata -O /usr/share/tesseract-ocr/5/tessdata/
|
wget https://raw.githubusercontent.com/tesseract-ocr/tessdata/main/deu_frak.traineddata -O /usr/share/tesseract-ocr/5/tessdata/
|
||||||
sh -c <$(curl -sSL https://dot.net/v1/dotnet-install.sh)
|
sh -c <"$(curl -sSL https://dot.net/v1/dotnet-install.sh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HOST" = "libre-computer" ];
|
if [ "$HOST" = "libre-computer" ];
|
||||||
|
Reference in New Issue
Block a user