This commit is contained in:
2025-06-03 19:29:24 +02:00
parent 7633c55ed7
commit 68d9f9640b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Source .env file
if [ -f ".env" ]; then

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Update the system
sudo nix flake update