esjeon / kwin-forceblur

Force-enable blur effect to user-specified windows
MIT License
155 stars 7 forks source link

Change shebang in install script #28

Open axtloss opened 2 years ago

axtloss commented 2 years ago

currently install.sh in the root of the repo uses #!/bin/sh, which doesn't work on some distros or shells, which is why it would be better to set the shebang to #!/usr/bin/env bash, since (almost) every distro has the env binary in this path, which would also run the script with bash.