Skip to content

Commit 0eced0a

Browse files
authored
update passwall url
1 parent e4f6bc2 commit 0eced0a

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

bash_script/command.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ git pull
44
# cp -r ../OpenWrtAction/feeds_config/custom.feeds.conf.default ./feeds.conf.default
55

66
cat << 'EOF' | cat - feeds.conf.default > temp && mv temp feeds.conf.default
7-
src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main
8-
src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main
9-
src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main
7+
src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main
8+
src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main
9+
src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main
1010
src-git helloworld https://github.com/fw876/helloworld;master
1111
src-git OpenClash https://github.com/vernesong/OpenClash;master
1212
EOF

compile_script/main_and_feeds_url.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ declare -a lede_REPO_URLS=()
99
declare -a all_REPO_URLS=() # 汇总所有仓库URL,用于updatecheacker.sh
1010
declare -a feeds_REPO_URLS=(
1111
"https://github.com/fw876/helloworld"
12-
"https://github.com/xiaorouji/openwrt-passwall-packages"
13-
"https://github.com/xiaorouji/openwrt-passwall"
14-
"https://github.com/xiaorouji/openwrt-passwall2"
12+
"https://github.com/Openwrt-Passwall/openwrt-passwall-packages"
13+
"https://github.com/Openwrt-Passwall/openwrt-passwall"
14+
"https://github.com/Openwrt-Passwall/openwrt-passwall2"
1515
"https://github.com/vernesong/OpenClash"
1616
"https://github.com/nikkinikki-org/OpenWrt-nikki"
1717
)

diy_script/immortalwrt_diy/immortalwrt_custom_feeds_and_packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
export repos=(
4-
"src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main"
5-
"src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main"
6-
"src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main"
4+
"src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main"
5+
"src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main"
6+
"src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main"
77
"src-git helloworld https://github.com/fw876/helloworld;master"
88
"src-git OpenClash https://github.com/vernesong/OpenClash;master"
99
"src-git nikki https://github.com/nikkinikki-org/OpenWrt-nikki.git;main"

diy_script/lean_diy/lean_custom_feeds_and_packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
export repos=(
4-
"src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main"
5-
"src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main"
6-
"src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main"
4+
"src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main"
5+
"src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main"
6+
"src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main"
77
"src-git helloworld https://github.com/fw876/helloworld;master"
88
"src-git OpenClash https://github.com/vernesong/OpenClash;master"
99
"src-git nikki https://github.com/nikkinikki-org/OpenWrt-nikki.git;main"

diy_script/openwrt_diy/openwrt_custom_feeds_and_packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
export repos=(
4-
"src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main"
5-
"src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main"
6-
"src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main"
4+
"src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main"
5+
"src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main"
6+
"src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main"
77
"src-git helloworld https://github.com/fw876/helloworld;master"
88
"src-git OpenClash https://github.com/vernesong/OpenClash;master"
99
"src-git nikki https://github.com/nikkinikki-org/OpenWrt-nikki.git;main"

tmp/disable_bash/wsl2op_one.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ luci_apps=(
5555
# https://github.com/jerrykuku/lua-maxminddb.git
5656
# https://github.com/jerrykuku/luci-app-vssr.git
5757
# https://github.com/lisaac/luci-app-dockerman.git
58-
# https://github.com/xiaorouji/openwrt-passwall.git
58+
# https://github.com/Openwrt-Passwall/openwrt-passwall.git
5959
https://github.com/rufengsuixing/luci-app-adguardhome.git
6060
)
6161
# 编译结果变量
@@ -164,7 +164,7 @@ function Func_Get_luci_apps() {
164164
# continue
165165
# fi
166166

167-
# if [[ $luci_app == https://github.com/xiaorouji/openwrt-passwall.git ]]; then
167+
# if [[ $luci_app == https://github.com/Openwrt-Passwall/openwrt-passwall.git ]]; then
168168
# cd /home/${userName}/${ledeDir}/package/lean/
169169
# rm -rf passwall
170170
# rm -rf passwall_package

tmp/disable_feeds_config/immortalwrt.feeds.conf.default

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main
2-
src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main
3-
src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main
1+
src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main
2+
src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main
3+
src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main
44
src-git helloworld https://github.com/fw876/helloworld;master
55
src-git OpenClash https://github.com/vernesong/OpenClash;master
66

tmp/disable_feeds_config/lean.feeds.conf.default

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main
2-
src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main
3-
src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main
1+
src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main
2+
src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main
3+
src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main
44
src-git helloworld https://github.com/fw876/helloworld;master
55
src-git OpenClash https://github.com/vernesong/OpenClash;master
66

tmp/disable_feeds_config/openwrt.feeds.conf.default

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main
2-
src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main
3-
src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main
1+
src-git passwall_packages https://github.com/Openwrt-Passwall/openwrt-passwall-packages.git;main
2+
src-git passwall https://github.com/Openwrt-Passwall/openwrt-passwall.git;main
3+
src-git passwall2 https://github.com/Openwrt-Passwall/openwrt-passwall2.git;main
44
src-git helloworld https://github.com/fw876/helloworld;master
55
src-git OpenClash https://github.com/vernesong/OpenClash;master
66

tmp/githubRESTapi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
curl -s "https://api.github.com/repos/xiaorouji/openwrt-passwall/commits?per_page=100" | jq -r '.[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > aaa.txt
1+
curl -s "https://api.github.com/repos/Openwrt-Passwall/openwrt-passwall/commits?per_page=100" | jq -r '.[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > aaa.txt
22

33

4-
curl -s "https://api.github.com/repos/xiaorouji/openwrt-passwall/compare/85508e2e73af960b7b26926d02169221fde7000b...master" | jq -r '.commits | .[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > bbb.txt
4+
curl -s "https://api.github.com/repos/Openwrt-Passwall/openwrt-passwall/compare/85508e2e73af960b7b26926d02169221fde7000b...master" | jq -r '.commits | .[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > bbb.txt
55

66

7-
curl -s "https://api.github.com/repos/xiaorouji/openwrt-passwall/compare/85508e2e73af960b7b26926d02169221fde7000b...main" | jq -r '.commits | reverse| .[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > bbb.txt
7+
curl -s "https://api.github.com/repos/Openwrt-Passwall/openwrt-passwall/compare/85508e2e73af960b7b26926d02169221fde7000b...main" | jq -r '.commits | reverse| .[] | "\(.sha) | \(.commit.author.name) | \(.commit.author.date) | \(.commit.message | gsub("\r\n"; "\n") | gsub("\n\n"; "\n") | split("\n") | map(select(. != "")) | join("<br>"))"' > bbb.txt
88

99

1010

0 commit comments

Comments
 (0)