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

This commit is contained in:
Alexander Rosenberg 2022-08-29 00:22:35 -07:00
parent 85f353f926
commit 97e3ffd834
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

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"