diff --git a/scripts/common-functions.sh b/scripts/common-functions.sh index d04a63df..88d79ab0 100755 --- a/scripts/common-functions.sh +++ b/scripts/common-functions.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ============================================================================= # Agent OS Common Functions diff --git a/scripts/project-install.sh b/scripts/project-install.sh index 8688d4ad..f68be2bc 100755 --- a/scripts/project-install.sh +++ b/scripts/project-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ============================================================================= # Agent OS Project Installation Script diff --git a/scripts/sync-to-profile.sh b/scripts/sync-to-profile.sh index 0f1a7b07..229b68da 100755 --- a/scripts/sync-to-profile.sh +++ b/scripts/sync-to-profile.sh @@ -1,5 +1,4 @@ -#!/bin/bash - +#!/usr/bin/env bash # ============================================================================= # Agent OS Sync to Profile Script # Syncs project standards back to a base profile for reuse