From 29e00ad1f13187646f03799781f431f6c1c0f177 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 24 Apr 2025 11:25:07 +0200 Subject: [PATCH] fix install dotool --- executable_install-fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index d659c26..5cd13cc 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -110,7 +110,7 @@ else fi # dotool mit Prüfung -if [[ ! -f /usr/bin/dotool ]]; then +if [[ ! -f /usr/local/bin/dotool ]]; then mkdir -p ${HOME}/repos cd ${HOME}/repos git clone https://git.sr.ht/~geb/dotool