mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fixing shebang on dependency installation script.
The script assumes bash isn't installed which means it shouldn't be run with it.
This commit is contained in:
parent
523f4cd77c
commit
46231a35cf
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# auto-install dependency packages using the systems package manager.
|
||||
# this assumes you are running as root or are using sudo
|
||||
|
Loading…
Reference in New Issue
Block a user