fix install dotool
This commit is contained in:
parent
667976a134
commit
29e00ad1f1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# dotool mit Prüfung
|
# dotool mit Prüfung
|
||||||
if [[ ! -f /usr/bin/dotool ]]; then
|
if [[ ! -f /usr/local/bin/dotool ]]; then
|
||||||
mkdir -p ${HOME}/repos
|
mkdir -p ${HOME}/repos
|
||||||
cd ${HOME}/repos
|
cd ${HOME}/repos
|
||||||
git clone https://git.sr.ht/~geb/dotool
|
git clone https://git.sr.ht/~geb/dotool
|
||||||
|
|
Loading…
Add table
Reference in a new issue