add install dotool
This commit is contained in:
parent
551dbae14e
commit
667976a134
1 changed files with 14 additions and 0 deletions
|
@ -93,6 +93,7 @@ if [[ ! -f /usr/bin/cliphist ]]; then
|
||||||
cd cliphist
|
cd cliphist
|
||||||
go build -o cliphist .
|
go build -o cliphist .
|
||||||
sudo cp cliphist /usr/bin/
|
sudo cp cliphist /usr/bin/
|
||||||
|
cd
|
||||||
echo "cliphist wurde auf dem System installiert"
|
echo "cliphist wurde auf dem System installiert"
|
||||||
else
|
else
|
||||||
echo "cliphist ist bereits installiert, überspringe Download"
|
echo "cliphist ist bereits installiert, überspringe Download"
|
||||||
|
@ -108,4 +109,17 @@ else
|
||||||
echo "MinIO Client ist bereits installiert, überspringe Download"
|
echo "MinIO Client ist bereits installiert, überspringe Download"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# dotool mit Prüfung
|
||||||
|
if [[ ! -f /usr/bin/dotool ]]; then
|
||||||
|
mkdir -p ${HOME}/repos
|
||||||
|
cd ${HOME}/repos
|
||||||
|
git clone https://git.sr.ht/~geb/dotool
|
||||||
|
cd dotool
|
||||||
|
./build.sh && sudo ./build.sh install
|
||||||
|
cd
|
||||||
|
echo "dotool wurde auf dem System installiert"
|
||||||
|
else
|
||||||
|
echo "dotool ist bereits installiert, überspringe Download"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Installationscript abgeschlossen!!!"
|
echo "Installationscript abgeschlossen!!!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue