diff --git a/build.sh b/build.sh index 7d9d8071..363c4d6c 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Bibata Build diff --git a/install.sh b/install.sh index bad1a216..33e326d8 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash INPUT=$1 diff --git a/src/install b/src/install index 0a9d3cbc..240e6395 100644 --- a/src/install +++ b/src/install @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash show_question() { echo -e "\033[1;34m$@\033[0m" diff --git a/tweak.sh b/tweak.sh index 1376d211..c378276f 100755 --- a/tweak.sh +++ b/tweak.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash animate_fix(){ cursor=$1 @@ -43,4 +43,4 @@ fi if [ $? -ne 0 ] then exit 1 -fi \ No newline at end of file +fi