Do not hardcode env
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
|
||||
set -ex
|
||||
|
||||
@@ -30,4 +30,4 @@ cd_files = [ "distros/centos-stream/9/disc/*" ]
|
||||
vbox_os_type = "RedHat9_64"
|
||||
HERPDERP
|
||||
|
||||
rm -f cache/CentOS-Stream-9-latest-x86_64-boot.iso
|
||||
rm -f cache/CentOS-Stream-9-latest-x86_64-boot.iso
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
set -exo pipefail
|
||||
|
||||
# Name of the file to write out
|
||||
@@ -44,4 +44,4 @@ vbox_os_type = "Fedora_64"
|
||||
EOF
|
||||
|
||||
rm -r "${tmp}"
|
||||
rm -f "cache/${iso_name}"
|
||||
rm -f "cache/${iso_name}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
set -exo pipefail
|
||||
|
||||
# Name of the file to write out
|
||||
@@ -38,4 +38,4 @@ boot_wait = "60s"
|
||||
EOF
|
||||
|
||||
rm -r "${tmp}"
|
||||
rm -f "cache/latest-nixos-minima-x86_64-linux.iso"
|
||||
rm -f "cache/latest-nixos-minima-x86_64-linux.iso"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
set -exo pipefail
|
||||
|
||||
# Name of the file to write out
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!env bash
|
||||
|
||||
name="${0%.sh}"
|
||||
|
||||
@@ -32,4 +32,4 @@ http_directory = "distros/opensuse/tumbleweed/http/"
|
||||
vbox_os_type = "OpenSUSE_Tumbleweed_64"
|
||||
EOF
|
||||
|
||||
rm -r "${tmp}"
|
||||
rm -r "${tmp}"
|
||||
|
||||
Reference in New Issue
Block a user