trying to fix the vars on eofs
This commit is contained in:
@@ -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}')
|
||||||
|
Reference in New Issue
Block a user