fix install dotool

This commit is contained in:
Simon Rieger 2025-04-24 11:26:10 +02:00
parent 29e00ad1f1
commit 0682ea7d25

View file

@ -116,6 +116,7 @@ if [[ ! -f /usr/local/bin/dotool ]]; then
git clone https://git.sr.ht/~geb/dotool git clone https://git.sr.ht/~geb/dotool
cd dotool cd dotool
./build.sh && sudo ./build.sh install ./build.sh && sudo ./build.sh install
sudo udevadm control --reload && sudo udevadm trigger
cd cd
echo "dotool wurde auf dem System installiert" echo "dotool wurde auf dem System installiert"
else else