mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-04-21 12:31:48 +00: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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user