mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Fix shebang to python3
Python 2 is dead and the "python" command with it. macOS doesn't ship Python 2 anymore and doesn't provide "python" even as a symlink.
This commit is contained in:
parent
11bfad8304
commit
f2aa823496
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
from Scripts import downloader,utils,run,plist
|
||||
import os, shutil, time, sys, argparse, re, json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user