Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QiYueYiya committed Feb 22, 2025
1 parent 3bcadfa commit eab0267
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions immortalwrt-23/diy1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# sed -i '$a src-git small8 https://github.com/kenzok8/small-package' feeds.conf.default

# 自定义软件源
git clone --depth 1 -b main https://github.com/QiYueYiya/openwrt-packages.git packages/openwrt-packages
git clone --depth 1 -b main https://github.com/QiYueYiya/openwrt-packages.git package/openwrt-packages
# Easytier
git clone --depth 1 -b main https://github.com/EasyTier/luci-app-easytier.git packages/luci-app-easytier # 临时存放easytier
mv packages/luci-app-easytier/easytier package/openwrt-packages/easytier # 移动easytier到openwrt-packages
mv packages/luci-app-easytier/luci-app-easytier package/openwrt-packages/luci-app-easytier # 移动luci-app-easytier到openwrt-packages
rm -rf packages/luci-app-easytier # 删除临时存放easytier
git clone --depth 1 -b main https://github.com/EasyTier/luci-app-easytier.git package/luci-app-easytier # 临时存放easytier
mv package/luci-app-easytier/easytier package/openwrt-packages/easytier # 移动easytier到openwrt-packages
mv package/luci-app-easytier/luci-app-easytier package/openwrt-packages/luci-app-easytier # 移动luci-app-easytier到openwrt-packages
rm -rf package/luci-app-easytier # 删除临时存放easytier

0 comments on commit eab0267

Please sign in to comment.