trying to fix the vars on eofs

This commit is contained in:
2022-08-26 23:50:52 +03:00
parent 05fff6c6b1
commit 3810106aea

View File

@@ -50,7 +50,7 @@ sed -i "s/plugins=(/plugins=\(zsh-autosuggestions z /" ~/.zshrc
sed -i "s/oh-my-zsh.sh/oh-my-zsh\nsource ~\/.oh-my-zsh\/custom\/plugins\/zsh-autosuggestions\/zsh-autosuggestions.zsh/" ~/.zshrc sed -i "s/oh-my-zsh.sh/oh-my-zsh\nsource ~\/.oh-my-zsh\/custom\/plugins\/zsh-autosuggestions\/zsh-autosuggestions.zsh/" ~/.zshrc
fi fi
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
sudo apt -y update sudo apt -y update
sudo apt install -y $(apt-cache search tesseract-ocr | awk '{print $1}') sudo apt install -y $(apt-cache search tesseract-ocr | awk '{print $1}')