remove gnulinux constraint
This commit is contained in:
parent
ce1aca85b1
commit
93b54e8412
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue