From 90ea701797cd1bb433ae438647c94eacf006db37 Mon Sep 17 00:00:00 2001 From: Bishoy Ehab Date: Mon, 2 Jun 2025 15:23:39 +0300 Subject: [PATCH] Replace /bin/bash with /usr/bin/env bash shebang --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b7198451..4769c01f 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # update.sh - Enhanced dotfiles update script #