diff --git a/backup.sh b/backup.sh index b3104ea4..97c1d4f1 100755 --- a/backup.sh +++ b/backup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash SCRIPT_VERSION="19" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/backup.sh' diff --git a/install.sh b/install.sh index a4803cd7..65a3fe2a 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash SCRIPT_VERSION="63" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/install.sh' diff --git a/restore.sh b/restore.sh index 62c1a78c..64164a3b 100755 --- a/restore.sh +++ b/restore.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash SCRIPT_VERSION="37" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/restore.sh' diff --git a/troubleshoot_server.sh b/troubleshoot_server.sh index 5fd0190c..2b027ce8 100644 --- a/troubleshoot_server.sh +++ b/troubleshoot_server.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Tactical RMM install troubleshooting script # Contributed by https://github.com/dinger1986 diff --git a/update.sh b/update.sh index e2357799..2635109b 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash SCRIPT_VERSION="135" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/update.sh'