Change scripts to using '/usr/bin/env bash'

This commit is contained in:
2022-08-29 00:22:35 -07:00
parent 85f353f926
commit 97e3ffd834

View File

@ -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"