1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-16 22:07:11 +00:00

termux-tools: pkg: convert spaces to tabs in indentation

%ci:no-build
This commit is contained in:
Henrik Grimler 2022-03-01 13:32:37 +01:00
parent 43f510f29b
commit c0f00c9137
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -76,10 +76,10 @@ select_mirror() {
mirrors[15]="https://dl.kcubeterm.com/termux-main"
mirrors[14]="https://grimler.se/termux-packages-24"
mirrors[13]="https://termux.mentality.rip/termux-main"
mirrors[12]="https://termux.astra.in.ua/apt/termux-main"
mirrors[12]="https://termux.astra.in.ua/apt/termux-main"
mirrors[11]="https://termux.librehat.com/apt/termux-main"
mirrors[10]="https://mirror.mwt.me/termux/main"
mirrors[ 9]="https://termux.sahilister.in/apt/termux-main"
mirrors[10]="https://mirror.mwt.me/termux/main"
mirrors[ 9]="https://termux.sahilister.in/apt/termux-main"
local current_mirror
current_mirror=$(grep -m 1 -P "^\s*deb\s+" @TERMUX_PREFIX@/etc/apt/sources.list | grep -oP 'https?://[^\s]+')
@ -87,7 +87,7 @@ select_mirror() {
# Do not update mirror if:
# * If $TERMUX_PKG_NO_MIRROR_SELECT was set.
# * Uses .cn domain - specific to Chinese users.
# * Uses mirror.bardia.tech, mirror based in Iran.
# * Uses mirror.bardia.tech, mirror based in Iran.
if [ -n "${TERMUX_PKG_NO_MIRROR_SELECT-}" ] || \
[[ "$(hostname "$current_mirror")" == *".cn" ]] || \
[[ "$(hostname "$current_mirror")" == *"mirror.bardia.tech"* ]]; then