From 97e3ffd8348a7817a1cf7b32c3429d7b7c08d0a6 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 29 Aug 2022 00:22:35 -0700 Subject: [PATCH] Change scripts to using '/usr/bin/env bash' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a3de4bc..10a533e 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Variables REMOTE_USER_JS_URL="https://raw.githubusercontent.com/arkenfox/user.js/master/user.js"