Skip to content

Commit

Permalink
multi: remove svn way
Browse files Browse the repository at this point in the history
  • Loading branch information
hugcabbage committed Jan 10, 2024
1 parent 72087c4 commit 20f2416
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions preset-immortalwrt/1.clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ mkdir $SUPPLY_DIR && cd $SUPPLY_DIR
git clone --depth 1 https://github.com/jerrykuku/luci-theme-argon.git
git clone --depth 1 https://github.com/jerrykuku/luci-app-argon-config.git
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall-packages.git pw-dependencies
svn export https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall
svn export https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall.git && mv openwrt-passwall/luci-app-passwall ./ && rm -rf openwrt-passwall
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall2.git && mv openwrt-passwall2/luci-app-passwall2 ./ && rm -rf openwrt-passwall2
6 changes: 3 additions & 3 deletions preset-lienol-openwrt/1.clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ git clone --depth 1 https://github.com/jerrykuku/luci-app-argon-config.git
git clone --depth 1 https://github.com/jerrykuku/lua-maxminddb.git
git clone --depth 1 https://github.com/Ausaci/luci-app-nat6-helper.git
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall-packages.git pw-dependencies
svn export https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall
svn export https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2
svn export https://github.com/vernesong/OpenClash/trunk/luci-app-openclash
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall.git && mv openwrt-passwall/luci-app-passwall ./ && rm -rf openwrt-passwall
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall2.git && mv openwrt-passwall2/luci-app-passwall2 ./ && rm -rf openwrt-passwall2
git clone --depth 1 https://github.com/vernesong/OpenClash.git && mv OpenClash/luci-app-openclash ./ && rm -rf OpenClash
6 changes: 3 additions & 3 deletions preset-openwrt/1.clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ git clone --depth 1 https://github.com/jerrykuku/luci-theme-argon.git
git clone --depth 1 https://github.com/jerrykuku/luci-app-argon-config.git
git clone --depth 1 https://github.com/yichya/luci-app-xray.git
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall-packages.git pw-dependencies
svn export https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall
svn export https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2
svn export https://github.com/vernesong/OpenClash/trunk/luci-app-openclash
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall.git && mv openwrt-passwall/luci-app-passwall ./ && rm -rf openwrt-passwall
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall2.git && mv openwrt-passwall2/luci-app-passwall2 ./ && rm -rf openwrt-passwall2
git clone --depth 1 https://github.com/vernesong/OpenClash.git && mv OpenClash/luci-app-openclash ./ && rm -rf OpenClash
6 changes: 3 additions & 3 deletions preset-x-wrt/1.clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ git clone --depth 1 https://github.com/jerrykuku/luci-theme-argon.git
git clone --depth 1 https://github.com/jerrykuku/luci-app-argon-config.git
git clone --depth 1 https://github.com/yichya/luci-app-xray.git
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall-packages.git pw-dependencies
svn export https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall
svn export https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2
svn export https://github.com/vernesong/OpenClash/trunk/luci-app-openclash
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall.git && mv openwrt-passwall/luci-app-passwall ./ && rm -rf openwrt-passwall
git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall2.git && mv openwrt-passwall2/luci-app-passwall2 ./ && rm -rf openwrt-passwall2
git clone --depth 1 https://github.com/vernesong/OpenClash.git && mv OpenClash/luci-app-openclash ./ && rm -rf OpenClash
11 changes: 4 additions & 7 deletions templet/init.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
# base source uses git way, <path> is a custom path to store the code
# format: <url>@<branch>@<path>; <url>@<branch>; <url>@@<path>; <url>

# app source uses git or svn way, <path> is a custom path to store the code
# app source uses git way, <path> is a custom path to store the code
# git format: same as base source
# svn format: <url>@<path>; <url>

# board, subtarget, device, base are required, others are optional

Expand All @@ -22,11 +21,9 @@ app_path = "package/_supply_packages"
git_app = [
"https://github.com/jerrykuku/luci-theme-argon.git",
"https://github.com/jerrykuku/luci-app-argon-config.git",
"https://github.com/xiaorouji/openwrt-passwall-packages.git@@pw-dependencies"
]
svn_app = [
"https://github.com/xiaorouji/openwrt-passwall/trunk/luci-app-passwall",
"https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2"
"https://github.com/xiaorouji/openwrt-passwall-packages.git@@pw-dependencies",
"https://github.com/xiaorouji/openwrt-passwall.git",
"https://github.com/xiaorouji/openwrt-passwall2.git"
]
login_ip = "192.168.21.1"
login_pwd = "00009999"

0 comments on commit 20f2416

Please sign in to comment.