diff options
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ function command_exists { set -x -if [ $UID -ne 0 ]; then +if [ ${UID} -ne 0 ]; then if command_exists sudo; then SUDO="sudo" elif command_exists doas; then |