From 93b54e8412e727bb8f524871fbc482ae56ffd0a2 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 4 Jun 2022 17:06:01 -0600 Subject: remove gnulinux constraint --- patch_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch_iso.sh') diff --git a/patch_iso.sh b/patch_iso.sh index 7aff938..dfda8fa 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -60,7 +60,7 @@ if [[ ERROR -ne 0 ]]; then printf "Would you like to install wit? [y/n] " done arch=$(uname -m) - if [[ "$OSTYPE" == "linux-gnu"* ]]; then + if [[ "$OSTYPE" == "linux"* ]]; then if [[ $arch == x86_64* ]]; then curl https://wit.wiimm.de/download/wit-v3.04a-r8427-x86_64.tar.gz > wit.tar.gz elif [[ $arch == i*86 ]]; then -- cgit v1.2.3