From e6bbeeb583e89a2a804fcf6769b9e1306b37d947 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 13 Mar 2022 13:03:45 +0100 Subject: [PATCH] Update shebang --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9651a44..a020df3 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # The purpose of this script is to setup our NAS server on a blank Armbian. # This script is to be run as root.