From f5f04806e7b4b17579c546c581a960921917d6d8 2020-09-26 21:29:13 From: Bobberty Date: 2020-09-26 21:29:13 Subject: [PATCH] Update rpi23-gen-image.sh Fix Script to use /bin/bash. Some distros point /bin/sh to /bin/dash. It breaks some text replacement. --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 586860f..f5b3502 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ######################################################################## # rpi23-gen-image.sh 2015-2017 #