From aa4d8b6c641476204a92aca27748a2f842f4fafe Mon Sep 17 00:00:00 2001 From: velvettear Date: Mon, 28 Oct 2024 13:26:03 +0100 Subject: [PATCH] change shebang line --- scripts/update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update/update.sh b/scripts/update/update.sh index b820eb0..a0c4d81 100755 --- a/scripts/update/update.sh +++ b/scripts/update/update.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # author: Daniel Sommer # license: MIT