1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00

fetch-macos.py: respect the python in PATH

This commit is contained in:
Kolen Cheung 2020-05-30 18:10:32 -07:00 committed by Kolen Cheung
parent 527588d5a2
commit 636faa5385

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""fetch-macos.py: Fetches macOS products from Apple's SoftwareUpdate service."""