diff --git a/install.sh b/install.sh index 34f8689..2b359e6 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ $(whoami) != "root" ]]; then echo "This file needs to be executed as root or with sudo."