♻️(scripts) improve script portability

Improved script portability by switching to `/usr/bin/env bash`, ensuring
better support across environments where `bash` may not be the default shell.
This commit is contained in:
lebaudantoine
2025-01-13 17:21:28 +01:00
committed by aleb_the_flash
parent 3c8e3b9e29
commit a61b34400b
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e