mirror of
https://github.com/n5amd/ambed-debian-installer.git
synced 2026-04-21 06:03:57 +00:00
Updated ARCH
This commit is contained in:
parent
ad9c0ce857
commit
1119704b72
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ then
|
|||
cp libftd2xx.* /usr/local/lib
|
||||
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.27
|
||||
ln -sf /usr/local/lib/libftd2xx.so.1.4.27 /usr/local/lib/libftd2xx.so
|
||||
elif [ "$ARC" = "armv71" ];
|
||||
elif [[ "$ARC" = "armv71" || "$ARC" = "aarch64" ]];
|
||||
then
|
||||
wget $ARM
|
||||
tar xfvz libftd2xx-arm-v7-hf-1.4.27.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue