From ea73b81df1748d462b4049ab7602548b345a0ffe Mon Sep 17 00:00:00 2001 From: John Wilger Date: Thu, 22 Jan 2026 15:58:48 -0800 Subject: [PATCH 1/3] Change shebang to use env for bash --- scripts/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cdbd5152ed51fedd2ee3951dc61f378acc29c4fe Mon Sep 17 00:00:00 2001 From: John Wilger Date: Thu, 22 Jan 2026 16:00:07 -0800 Subject: [PATCH 2/3] Change shebang to use env for bash --- scripts/project-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e01429420fbb40984c3b89e16fb965b51432be57 Mon Sep 17 00:00:00 2001 From: John Wilger Date: Thu, 22 Jan 2026 16:00:28 -0800 Subject: [PATCH 3/3] Change shebang to use env for bash --- scripts/sync-to-profile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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