From 743b11b99165db25ee2f329772bd3f2f2acd3d52 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 13 Mar 2022 13:04:12 +0100 Subject: [PATCH] Update shebang --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 36028c8..72f8bbf 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 print-scan server on a blank Armbian. # This script is to be run as root.