Skip to content

Instantly share code, notes, and snippets.

@wuxiangzhou2010
Created October 18, 2016 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuxiangzhou2010/488d309e00f472c73fea12ca6ee7a595 to your computer and use it in GitHub Desktop.
Save wuxiangzhou2010/488d309e00f472c73fea12ca6ee7a595 to your computer and use it in GitHub Desktop.
tar xf openwrt_with_git.tar.xz
cd openwrt
# update folder to the latest
git pull
./scripts/feeds update packages luci
./scripts/feeds install -a -p luci
pushd package/shadowsocks-libev
git pull
popd
pushd package/chinadns
git pull
popd
pushd package/openwrt-dist-luci
git pull
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment