From d863bde6a9ba11e10ed599343a77ff25b6176bbc Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 10:00:17 +0200 Subject: [PATCH] Using #!/usr/bin/bash instead of #!/usr/bin/env bash --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 8821855..d753fc1 100755 --- a/install +++ b/install @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash # install location LOCATION=/usr/local/bin