From 3853df207c76a6245eb2339f11bca6082b78e703 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 5 Jan 2024 17:40:51 -0300 Subject: [PATCH] set bash shebang --- sv2-rpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv2-rpi.sh b/sv2-rpi.sh index bc25b1baa7..7599998808 100755 --- a/sv2-rpi.sh +++ b/sv2-rpi.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This program utilizes cargo-cross to automate the generation of a tarball package distribution of # SRI releases targeting the Rasperry Pi OS (32 and 64 bits).