1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00
This commit is contained in:
Robin Hack 2020-07-23 01:42:51 -04:00 committed by GitHub
commit ec5a989931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 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 @@
#!/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