From 516b216676ad258f79236c2fcafac7fffa3a421d Mon Sep 17 00:00:00 2001 From: nanaya Date: Tue, 2 Aug 2022 15:58:40 +0900 Subject: [PATCH] Use correct shell for local osu script --- UseLocalOsu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UseLocalOsu.sh b/UseLocalOsu.sh index 6878fee..a9ea7d7 100755 --- a/UseLocalOsu.sh +++ b/UseLocalOsu.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Run this script to use a local copy of osu rather than fetching it from nuget. # It expects the osu directory to be at the same level as the osu-tools directory