Only for R2D (其他型号跳过)
wget http://mirrors.anmpserver.com/miwifi/installer/fix/r2d_nginx.sh -O /tmp/r2d_nginx.sh && /bin/sh /tmp/r2d_nginx.sh
安装服务包
opkg update
opkg install nginx php7.1-fpm php7.1-mod-curl php7.1-mod-gd php7.1-mod-mbstring
opkg install kodexplorer
重启相关服务
/etc/init.d/nginx restart
/etc/init.d/php71-fpm restart