diff --git a/chomp-scan.sh b/chomp-scan.sh index 8ed94c2..03b05e4 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Colors NC='\033[0m'; diff --git a/installer.sh b/installer.sh index cec749f..1cd8ed9 100755 --- a/installer.sh +++ b/installer.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Colors NC='\033[0m';