mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-08 07:17:01 +09:00
Use correct shell for local osu script
This commit is contained in:
parent
0534b0495f
commit
516b216676
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue