-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mirrors: update chinese mainland mirrors
mirrors.aliyun.com: fix x11 repo link mirrors.cqupt.edu.cn,mirrors.ustc.edu.cn: reducing redirects mirrors.dgut.edu.cn,mirrors.hit.edu.cn,mirrors.njupt.edu.cn,mirrors.scau.edu.cn: removed as unavailable
- Loading branch information
1 parent
27476a2
commit 138bb91
Showing
7 changed files
with
7 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is sourced by pkg | ||
# Mirror by CQUPT - Chongqing University of Posts and Telecommunications | ||
WEIGHT=1 | ||
MAIN="https://mirrors.cqupt.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.cqupt.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.cqupt.edu.cn/termux/apt/termux-x11" | ||
MAIN="https://mirrors.cqupt.edu.cn/termux/termux-main" | ||
ROOT="https://mirrors.cqupt.edu.cn/termux/termux-root" | ||
X11="https://mirrors.cqupt.edu.cn/termux/termux-x11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
# This file is sourced by pkg | ||
# Mirror by Dongguan University of Technology | ||
WEIGHT=1 | ||
MAIN="https://mirrors.dgut.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.dgut.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.dgut.edu.cn/termux/apt/termux-x11" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
# This file is sourced by pkg | ||
# Mirror by Harbin Institute of Technology | ||
WEIGHT=1 | ||
MAIN="https://mirrors.hit.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.hit.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.hit.edu.cn/termux/apt/termux-x11" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
# This file is sourced by pkg | ||
# Mirror by Nanjing University of Posts and Telecommunications | ||
WEIGHT=1 | ||
MAIN="https://mirrors.njupt.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.njupt.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.njupt.edu.cn/termux/apt/termux-x11" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
# This file is sourced by pkg | ||
# Mirror by South China Agricultural University | ||
WEIGHT=1 | ||
MAIN="https://mirrors.scau.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.scau.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.scau.edu.cn/termux/apt/termux-x11" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is sourced by pkg | ||
# Mirror by University of Science and Technology of China | ||
WEIGHT=1 | ||
MAIN="https://mirrors.ustc.edu.cn/termux/apt/termux-main" | ||
ROOT="https://mirrors.ustc.edu.cn/termux/apt/termux-root" | ||
X11="https://mirrors.ustc.edu.cn/termux/apt/termux-x11" | ||
MAIN="https://mirrors.ustc.edu.cn/termux/termux-main" | ||
ROOT="https://mirrors.ustc.edu.cn/termux/termux-root" | ||
X11="https://mirrors.ustc.edu.cn/termux/termux-x11" |