Skip to content

Commit

Permalink
Update lean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DHDAXCW authored Jan 18, 2024
1 parent b1846bb commit c03faf4
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions scripts/lean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ rm -rf openwrt-package/luci-app-verysync
# Add luci-app-passwall
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall-packages
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall2
svn export https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall

# Add luci-app-irqbalance by QiuSimons https://github.com/QiuSimons
svn export https://github.com/QiuSimons/OpenWrt-Add/trunk/luci-app-irqbalance
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall

# Add luci-app-ssr-plus
git clone --depth=1 -b main https://github.com/fw876/helloworld
Expand All @@ -46,11 +43,7 @@ git clone --depth=1 https://github.com/jerrykuku/luci-app-vssr
git clone --depth=1 https://github.com/ysc3839/luci-proto-minieap

# Add OpenClash
svn export https://github.com/vernesong/OpenClash/trunk/luci-app-openclash

# Add ddnsto & linkease
svn export https://github.com/linkease/nas-packages-luci/trunk/luci/luci-app-ddnsto
svn export https://github.com/linkease/nas-packages/trunk/network/services/ddnsto
git clone --depth=1 https://github.com/vernesong/OpenClash

# Add luci-app-onliner (need luci-app-nlbwmon)
git clone --depth=1 https://github.com/rufengsuixing/luci-app-onliner
Expand All @@ -69,15 +62,6 @@ git clone --depth=1 https://github.com/jerrykuku/luci-app-argon-config
# Add subconverter
git clone --depth=1 https://github.com/tindy2013/openwrt-subconverter

# Add luci-app-smartdns & smartdns
svn export https://github.com/281677160/openwrt-package/trunk/luci-app-smartdns

# Add luci-app-services-wolplus
svn export https://github.com/msylgj/OpenWrt_luci-app/trunk/luci-app-services-wolplus

# Add apk (Apk Packages Manager)
svn export https://github.com/openwrt/packages/trunk/utils/apk

# Add luci-app-poweroff
git clone --depth=1 https://github.com/esirplayground/luci-app-poweroff

Expand All @@ -94,12 +78,18 @@ git clone --depth=1 https://github.com/destan19/OpenAppFilter
# Add luci-aliyundrive-webdav
rm -rf ../../customfeeds/luci/applications/luci-app-aliyundrive-webdav
rm -rf ../../customfeeds/packages/multimedia/aliyundrive-webdav
svn export https://github.com/messense/aliyundrive-webdav/trunk/openwrt/aliyundrive-webdav
svn export https://github.com/messense/aliyundrive-webdav/trunk/openwrt/luci-app-aliyundrive-webdav
git clone --depth=1 https://github.com/messense/aliyundrive-webdav
mkdir -p linkease
popd

# Add Pandownload
pushd package/lean
svn export https://github.com/immortalwrt/packages/trunk/net/pandownload-fake-server
# Add ddnsto & linkease
pushd package/community/linkease
git clone --depth=1 https://github.com/linkease/nas-packages-luci
git clone --depth=1 https://github.com/linkease/nas-packages
cd nas-packages-luci
rm -rf luci-app-istorex luci-app-quickstart luci-app-linkease luci-app-unishare && cd ../
cd nas-packages/network/services
rm -rf linkease quickstart unishare webdav2 && cd ../../ && rm -rf multimedia/ffmpeg-remux && cd ../
popd

# Mod zzz-default-settings
Expand Down

0 comments on commit c03faf4

Please sign in to comment.