diff --git a/basic.sh b/basic.sh index add14b5..6e1501f 100755 --- a/basic.sh +++ b/basic.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD diff --git a/headless.sh b/headless.sh index bff4f74..68c9661 100755 --- a/headless.sh +++ b/headless.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD diff --git a/jumpstart.sh b/jumpstart.sh index 1b8756e..4519375 100755 --- a/jumpstart.sh +++ b/jumpstart.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # jumpstart.sh: Fetches BaseSystem and converts it to a viable format. # by Foxlet diff --git a/make.sh b/make.sh index 8495561..df6567c 100755 --- a/make.sh +++ b/make.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # make.sh: Generate customized libvirt XML. # by Foxlet diff --git a/tools/FetchMacOS/fetch.sh b/tools/FetchMacOS/fetch.sh index df76311..df5c8de 100755 --- a/tools/FetchMacOS/fetch.sh +++ b/tools/FetchMacOS/fetch.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # fetch.sh: Run fetch-macos.py with safety checks # by Foxlet diff --git a/tools/debug.sh b/tools/debug.sh index e98752c..dc75a9e 100755 --- a/tools/debug.sh +++ b/tools/debug.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # debug.sh: Checks common virtualization programs and modules. # by Foxlet diff --git a/virtio.sh b/virtio.sh index a0d59ee..d926f95 100755 --- a/virtio.sh +++ b/virtio.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash OSK="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VMDIR=$PWD