docs: replace proxy link

This commit is contained in:
camera-2018
2024-07-21 16:53:08 +08:00
parent 69064d4cbf
commit aeaf868062
3 changed files with 5 additions and 4 deletions

View File

@@ -37,8 +37,9 @@ set -e
wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz
tar -xJf coreutils-8.32.tar.xz
cd coreutils-8.32/
# Download patch
wget https://ghproxy.com/https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch
# Download 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
patch -p1 -i advcpmv-0.8-8.32.patch
# Compile then install