mirror of
https://github.com/stupidloud/nanopi-openwrt.git
synced 2025-06-03 22:03:43 +08:00
Revert "更新脚本添加qemu虚拟机判断"
This commit is contained in:
parent
0b846ca52b
commit
1b29f930aa
@ -17,10 +17,6 @@ wget -P /tmp https://ghproxy.com/https://raw.githubusercontent.com/klever1988/na
|
||||
chmod +x /tmp/truncate /tmp/ddnz
|
||||
|
||||
board_id=$(cat /etc/board.json | jsonfilter -e '@["model"].id' | sed 's/friendly.*,nanopi-//;s/xunlong,orangepi-//;s/^r1s-h5$/r1s/;s/^r1$/r1s-h3/;s/^r1-plus$/r1p/')
|
||||
if [[ $board_id =~ .*qemu.* ]]; then
|
||||
echo -e '\e[91m当前环境为qemu虚拟机,默认下载x86固件,如需停止请按Ctrl+C\e[0m'
|
||||
board_id=x86
|
||||
fi
|
||||
mount -t tmpfs -o remount,size=850m tmpfs /tmp
|
||||
rm -rf /tmp/upg && mkdir /tmp/upg && cd /tmp/upg
|
||||
set +e
|
||||
|
Loading…
x
Reference in New Issue
Block a user