mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +01:00
fetch-macos.py: Fix shebang line.
The proper form for a generic Python shebang line is: #!/usr/bin/env python This locates 'python' in the current PATH. TESTED: Now runs the expected Python.
This commit is contained in:
parent
527588d5a2
commit
9886dd8c42
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""fetch-macos.py: Fetches macOS products from Apple's SoftwareUpdate service."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue