From aa4337fc7d51f153b4232839d7b0fa1f27b6fb8d Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 13 Apr 2024 20:07:09 +0200 Subject: [PATCH] Fix shebang --- osuboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osuboot.sh b/osuboot.sh index b1664b5..936593a 100755 --- a/osuboot.sh +++ b/osuboot.sh @@ -1,4 +1,4 @@ -#!/usr/sbin/env bash +#!/usr/bin/env bash ########################## ## osu!boot ## ## Made by JeremyStarTM ##