2019-01-05

This commit is contained in:
monlor
2019-01-05 20:03:38 +08:00
parent dff780adf3
commit 5abfd36ae9
10 changed files with 4 additions and 6 deletions

View File

@@ -37,9 +37,7 @@ init() {
[ $? -ne 0 ] && logsh "【Tools】" "创建目录失败,检查你的路径是否正确!" && end
umount -lf /opt > /dev/null 2>&1
mount -o blind $path /opt
if [ "$xq" = "R3" -o "$xq" = "R1CM" ]; then
wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh
elif [ "$model" = "linux_arm" ]; then
if [ "$model" = "linux_arm" ]; then
if [ "$(uname -r | cut -d'.' -f1)" -ge '3' ]; then
wget -O - http://bin.entware.net/armv7sf-k3.2/installer/generic.sh | sh
else