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