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