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