From 4fcbb64debe266377358e3f54df03bce3adc0494 Mon Sep 17 00:00:00 2001 From: monlor Date: Tue, 3 Mar 2020 20:50:42 +0800 Subject: [PATCH] 2020-03-03 20:50:42 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index ca8f2c7..8f7e0d6 100644 --- a/install.sh +++ b/install.sh @@ -23,6 +23,7 @@ mbtmp="/tmp/mbtmp" model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]') [ -n "$(echo $model | grep -E "linux.*arm.*")" ] && model="linux_arm" [ -n "$(echo $model | grep -E "linux.*mips.*")" ] && model="linux_mips" +[ -n "$(echo $model | grep -E "linux.*x86_64.*")" ] && model="linux_x86_64" echo "请在以下路径中选择一个合适的工具箱安装位置和一个用户文件目录:" echo "小米路由器硬盘版推荐 工具箱安装位置:/etc,用户目录:/userdisk/data" echo "小米路由器普通版推荐 工具箱安装位置:/etc,用户目录:/extdisks/sda*"