AppImage: AppRun use #!/usr/bin/env bash

There are Linux systems without bash installed at /bin/sh or it is
in a non-standard location.
This commit is contained in:
Darryl L. Miles
2025-10-03 23:42:55 +01:00
parent 7ea1ea9441
commit 2cdbd6b620
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
export CURDIR=$(dirname $(readlink -f "${0}"))
export PATH="${CURDIR}/bin":$PATH