From 60482bd206d6424f50a6f17c659d3a1506873ed6 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Wed, 3 May 2023 23:11:09 +0300 Subject: [PATCH] on debian 12, no need for external source of tesseract --- saretlinux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saretlinux.sh b/saretlinux.sh index 53f7fa0..22d4f39 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -56,9 +56,9 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins 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 fi -sudo tee /etc/apt/sources.list.d/notaesalexp.list<