Skip to content

Commit

Permalink
Update diy-part1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oopuuu authored Jul 19, 2024
1 parent f890c30 commit f0a2c69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ echo 'src-git luci https://github.com/coolsnowwolf/luci' >>feeds.conf.default
echo 'src-git smpackage https://github.com/kenzok8/small-package'

# 添加VSSR插件
cd package/lean/
git clone https://github.com/jerrykuku/lua-maxminddb.git #git lua-maxminddb 依赖
git clone https://github.com/jerrykuku/luci-app-vssr.git
rm -rf luci-theme-argon
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
# cd package/lean/
# git clone https://github.com/jerrykuku/lua-maxminddb.git #git lua-maxminddb 依赖
# git clone https://github.com/jerrykuku/luci-app-vssr.git
# rm -rf luci-theme-argon
# git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git

0 comments on commit f0a2c69

Please sign in to comment.