diff options
-rwxr-xr-x | patch_iso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |