1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00
This commit is contained in:
Kolen Cheung 2021-02-07 19:12:49 -08:00 committed by GitHub
commit 648794ab0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# jumpstart.sh: Fetches BaseSystem and converts it to a viable format.
# by Foxlet <foxlet@furcode.co>

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# make.sh: Generate customized libvirt XML.
# by Foxlet <foxlet@furcode.co>

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# fetch.sh: Run fetch-macos.py with safety checks
# by Foxlet <foxlet@furcode.co>

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# debug.sh: Checks common virtualization programs and modules.
# by Foxlet <foxlet@furcode.co>

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VMDIR=$PWD