shebangs
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Source .env file
|
||||
if [ -f ".env" ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Update the system
|
||||
sudo nix flake update
|
||||
|
Reference in New Issue
Block a user