Updated shabang for dependency installation scripts.

This commit is contained in:
Storm Dragon
2026-02-18 15:19:13 -05:00
parent cf1377d9e8
commit 1fd3fcd21f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Immediately exit if errors are encountered.
set -e
@@ -72,4 +72,4 @@ configure_arch() {
configure_arch
exit 0
exit 0

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Immediately exit if errors are encountered.
set -e