aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-qt.sh
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-06-23 22:39:19 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2021-06-24 15:35:41 +0000
commit0f2313dd6b75dbc7b2e3183d539177d840ff016e (patch)
tree59b24313afe717823218c9adb13856753e71fd79 /scripts/install-qt.sh
parentc944bada01624ef713d38cdb5c730ab4d0ebaf1c (diff)
Don't use download.qt.io by default
Change-Id: I8f12950125a7e9b5d79ef732ce306895170e61ea Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts/install-qt.sh')
-rwxr-xr-xscripts/install-qt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-qt.sh b/scripts/install-qt.sh
index c309c23c3..3105c99e4 100755
--- a/scripts/install-qt.sh
+++ b/scripts/install-qt.sh
@@ -223,10 +223,10 @@ if ${INSTALLATION_IS_VALID}; then
fi
MIRRORS="\
- http://download.qt.io \
http://ftp.acc.umu.se/mirror/qt.io/qtproject \
http://qt.mirrors.tds.net/qt \
http://ftp.fau.de/qtproject \
+ http://download.qt.io \
"
for MIRROR in ${MIRRORS}; do