From 91d5e250562a1d4747543211fad7a00e27d2c4ab Mon Sep 17 00:00:00 2001 From: Christian Emmer Date: Thu, 18 Oct 2018 17:47:08 -0400 Subject: [PATCH] Fixed bash shebang. --- scripts/odroid-c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/odroid-c.sh b/scripts/odroid-c.sh index cbdea1d..e7e5399 100644 --- a/scripts/odroid-c.sh +++ b/scripts/odroid-c.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Linux bash script to: # - Install the 3.5inch touchscreen shield