From bf7d918b7610e1c275cdea2cd18efe298b426e6d Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 13 Mar 2022 13:02:57 +0100 Subject: [PATCH] Update shebang --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 96d35fd..9c25786 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 UPnP AV/DLNA renderer on a blank Armbian. # This script is to be run as root.