From 68d9f9640b1a2adbb7100108111c4f3f826361a4 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Jun 2025 19:29:24 +0200 Subject: [PATCH] shebangs --- rebuild-nix-system.sh | 2 +- update-nix-system.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuild-nix-system.sh b/rebuild-nix-system.sh index b80a933..2e1923a 100755 --- a/rebuild-nix-system.sh +++ b/rebuild-nix-system.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Source .env file if [ -f ".env" ]; then diff --git a/update-nix-system.sh b/update-nix-system.sh index de3bfe2..5764449 100755 --- a/update-nix-system.sh +++ b/update-nix-system.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Update the system sudo nix flake update