From f7526e7eff76204bff4b4e6e37507311bf01002f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 05:27:27 -0600 Subject: chore: standardize shebangs, fix lint target, add .editorconfig - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors --- scripts/test-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test-install.sh') diff --git a/scripts/test-install.sh b/scripts/test-install.sh index 9240c12..4f9f0d8 100755 --- a/scripts/test-install.sh +++ b/scripts/test-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # test-install.sh - Automated installation testing for archangel # # Runs unattended installs in VMs using test config files. -- cgit v1.2.3