From 13dd519b1ce6c297f50a102658ad4b29eeaac4dd Mon Sep 17 00:00:00 2001 From: fogtea Date: Sat, 16 Jan 2021 22:34:50 -0500 Subject: [PATCH] updated x32 --- ambe-debian-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ambe-debian-installer b/ambe-debian-installer index 38c849b..5c3a545 100755 --- a/ambe-debian-installer +++ b/ambe-debian-installer @@ -62,14 +62,14 @@ then cp libftd2xx.* /usr/local/lib chmod 0755 /usr/local/lib/libftd2xx.so.1.4.22 ln -sf /usr/local/lib/libftd2xx.so.1.4.22 /usr/local/lib/libftd2xx.so - elif [ $ARC = x86_32 ] + elif [ $ARC = i686 ] then wget $X32 tar xfvz libftd2xx-i386-1.4.6.tgz cd release/build cp libftd2xx.* /usr/local/lib chmod 0755 /usr/local/lib/libftd2xx.so.1.4.6 - ln -sf /usr/local/lib/libftd2xx.so.1.4.6 /usr/local/lib/libftd2xx.so + ln -sf /usr/local/lib/libftd2xx.so.1.4.6 /usr/local/lib/libftd2xx.so fi else echo "------------------------------------------------------------------------------"