mirror of
https://github.com/n5amd/ambed-debian-installer.git
synced 2025-12-06 07:12:07 +01:00
Update ambe-debian-installer
updated ftdi link
This commit is contained in:
parent
b845703296
commit
bfe70cad46
|
|
@ -27,9 +27,9 @@ fi
|
|||
DIRDIR=$(pwd)
|
||||
LOCAL_IP=$(ip a | grep inet | grep "eth0\|en" | awk '{print $2}' | tr '/' ' ' | awk '{print $1}')
|
||||
ARC=$(lscpu | grep Arch | awk '{print $2}')
|
||||
X64=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-x86_64-1.4.6.tgz
|
||||
X32=http://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-i386-1.4.6.tgz
|
||||
ARM=https://www.ftdichip.com/Drivers/D2XX/Linux/libftd2xx-arm-v7-hf-1.4.22.tgz
|
||||
X64=https://ftdichip.com/wp-content/uploads/2022/07/libftd2xx-x86_64-1.4.27.tgz
|
||||
X32=https://ftdichip.com/wp-content/uploads/2022/07/libftd2xx-x86_32-1.4.27.tgz
|
||||
ARM=https://ftdichip.com/wp-content/uploads/2022/07/libftd2xx-arm-v7-hf-1.4.27.tgz
|
||||
AMBINSTDIR=/root/reflector-install-files/ambed
|
||||
DEP="wget git build-essential"
|
||||
GITREPO=https://github.com/LX3JL/xlxd.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue