fix: github mirror

main
zijiren233 2 weeks ago
parent 2c46742f5f
commit b1e3bc1f09

@ -77,7 +77,7 @@ SyncTV 的同步观影功能确保所有观看视频的人都在同一点上。
您可以使用该脚本来安装和运行 SyncTV。 您可以使用该脚本来安装和运行 SyncTV。
```bash ```bash
sudo -v ; curl -fsSL https://raw.gitmirror.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest sudo -v ; curl -fsSL https://raw.githubusercontent.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest
``` ```
## Docker ## Docker

@ -77,7 +77,7 @@ You can download the latest binary from [release page](https://github.com/synctv
You can use the script to install and run SyncTV. You can use the script to install and run SyncTV.
```bash ```bash
sudo -v ; curl -fsSL https://raw.gitmirror.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest sudo -v ; curl -fsSL https://raw.githubusercontent.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest
``` ```
## Docker ## Docker

@ -9,7 +9,7 @@ function Help() {
echo "Usage: sudo -v ; curl -fsSL https://raw.githubusercontent.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest" echo "Usage: sudo -v ; curl -fsSL https://raw.githubusercontent.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest"
echo "-h: help" echo "-h: help"
echo "-v: install version (default: latest)" echo "-v: install version (default: latest)"
echo "-p: github proxy (default: https://mirror.ghproxy.com/)" echo "-p: github proxy (default: https://ghfast.top/)"
echo "-m: micro architecture (no default value)" echo "-m: micro architecture (no default value)"
echo " example: -m v2" echo " example: -m v2"
echo " example: -m 6" echo " example: -m 6"
@ -22,7 +22,7 @@ function Init() {
exit exit
fi fi
VERSION="latest" VERSION="latest"
GH_PROXY="https://mirror.ghproxy.com/" GH_PROXY="https://ghfast.top/"
InitOS InitOS
InitArch InitArch
InitDownloadTools InitDownloadTools

Loading…
Cancel
Save