add update script

This commit is contained in:
木魚(iFish/iccfish@qq.com) 2021-08-03 17:55:59 +08:00
parent 66e3766e39
commit 31a0c0f2ba

View File

@ -0,0 +1,8 @@
#!/bin/bash
./scripts/feeds update -a
./scripts/feeds install -a -f
make download -j$(($(nproc) + 1))
make -j1 V=s