docs: replace proxy link
This commit is contained in:
@@ -37,8 +37,9 @@ set -e
|
|||||||
wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz
|
wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz
|
||||||
tar -xJf coreutils-8.32.tar.xz
|
tar -xJf coreutils-8.32.tar.xz
|
||||||
cd coreutils-8.32/
|
cd coreutils-8.32/
|
||||||
# Download patch
|
# Download patch
|
||||||
wget https://ghproxy.com/https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch
|
# 这里原本是ghproxy.com,但是现在被ban了,所以换成了我自建的cf worker
|
||||||
|
wget https://gh.dn11.top/https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch
|
||||||
# Patching display with process bar
|
# Patching display with process bar
|
||||||
patch -p1 -i advcpmv-0.8-8.32.patch
|
patch -p1 -i advcpmv-0.8-8.32.patch
|
||||||
# Compile then install
|
# Compile then install
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ const props = {
|
|||||||
friends: (
|
friends: (
|
||||||
await (
|
await (
|
||||||
await fetch(
|
await fetch(
|
||||||
"https://ghproxy.com/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json"
|
"https://gh.dn11.top/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json"
|
||||||
)
|
)
|
||||||
).json()
|
).json()
|
||||||
).friends,
|
).friends,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ const props = {
|
|||||||
data: (
|
data: (
|
||||||
await (
|
await (
|
||||||
await fetch(
|
await fetch(
|
||||||
"https://ghproxy.com/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json"
|
"https://gh.dn11.top/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json"
|
||||||
)
|
)
|
||||||
).json()
|
).json()
|
||||||
).posts,
|
).posts,
|
||||||
|
|||||||
Reference in New Issue
Block a user