From 9ab9aef32b5b1f4ffc02f42a08e76842286f4c41 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 15 Dec 2024 16:22:05 +0300 Subject: [PATCH] install_bin: lexra --- install_bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_bin.sh b/install_bin.sh index 6e4ba24..6eb8ebf 100755 --- a/install_bin.sh +++ b/install_bin.sh @@ -56,7 +56,7 @@ UNAME=$(uname) unset PKTWS case $UNAME in Linux) - ARCHLIST="my x86_64 x86 aarch64 arm mips64r2-msb mips32r1-lsb mips32r1-msb ppc" + ARCHLIST="my x86_64 x86 aarch64 arm mips64r2-msb mips32r1-lsb mips32r1-msb lexra ppc" PKTWS=nfqws ;; Darwin)