Skip to content

Commit

Permalink
更新配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Siriling committed Mar 16, 2024
1 parent e96cf44 commit 20be60f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions scripts/full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ pushd package/community
# 系统相关应用
#Poweroff
mkdir luci-app-poweroff
cp -rf ../../kenzok8/luci-app-poweroff/* luci-app-poweroff
cp -rf ../../kenzok8-small/luci-app-poweroff/* luci-app-poweroff
#fileassistant
rm -rf ../../customfeeds/luci/applications/luci-app-fileassistant
mkdir luci-app-fileassistant
cp -rf ../../kenzok8/luci-app-fileassistant/* luci-app-fileassistant
#guest-wifi
rm -rf ../../customfeeds/luci/applications/luci-app-guest-wifi
mkdir luci-app-guest-wifi
cp -rf ../../kenzok8/luci-app-guest-wifi/* luci-app-guest-wifi
cp -rf ../../kenzok8-small/luci-app-guest-wifi/* luci-app-guest-wifi
#Onliner (need luci-app-nlbwmon)
git clone --depth=1 https://github.com/rufengsuixing/luci-app-onliner
#Eqos
Expand Down Expand Up @@ -140,7 +141,7 @@ mkdir quickstart
mkdir luci-app-quickstart
cp -rf ../../kenzok8-small/taskd/* taskd
cp -rf ../../kenzok8-small/luci-lib-taskd/* luci-lib-taskd
cp -rf ../../kenzok8-small/luci-app-xterm/* luci-app-xterm
cp -rf ../../kenzok8-small/luci-lib-xterm/* luci-lib-xterm
cp -rf ../../kenzok8-small/luci-app-store/* luci-app-store
cp -rf ../../kenzok8-small/quickstart/* quickstart
cp -rf ../../kenzok8-small/luci-app-quickstart/* luci-app-quickstart
Expand Down
8 changes: 5 additions & 3 deletions scripts/simplify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,19 @@ popd
# Add application
mkdir package/community
pushd package/community

# 系统相关应用
#Poweroff
mkdir luci-app-poweroff
cp -rf ../../kenzok8/luci-app-poweroff/* luci-app-poweroff
cp -rf ../../kenzok8-small/luci-app-poweroff/* luci-app-poweroff
#fileassistant
rm -rf ../../customfeeds/luci/applications/luci-app-fileassistant
mkdir luci-app-fileassistant
cp -rf ../../kenzok8/luci-app-fileassistant/* luci-app-fileassistant
#guest-wifi
rm -rf ../../customfeeds/luci/applications/luci-app-guest-wifi
mkdir luci-app-guest-wifi
cp -rf ../../kenzok8/luci-app-guest-wifi/* luci-app-guest-wifi
cp -rf ../../kenzok8-small/luci-app-guest-wifi/* luci-app-guest-wifi
#Onliner (need luci-app-nlbwmon)
git clone --depth=1 https://github.com/rufengsuixing/luci-app-onliner
#Eqos
Expand Down Expand Up @@ -130,7 +132,7 @@ mkdir quickstart
mkdir luci-app-quickstart
cp -rf ../../kenzok8-small/taskd/* taskd
cp -rf ../../kenzok8-small/luci-lib-taskd/* luci-lib-taskd
cp -rf ../../kenzok8-small/luci-app-xterm/* luci-app-xterm
cp -rf ../../kenzok8-small/luci-lib-xterm/* luci-lib-xterm
cp -rf ../../kenzok8-small/luci-app-store/* luci-app-store
cp -rf ../../kenzok8-small/quickstart/* quickstart
cp -rf ../../kenzok8-small/luci-app-quickstart/* luci-app-quickstart
Expand Down

0 comments on commit 20be60f

Please sign in to comment.