From 0f2313dd6b75dbc7b2e3183d539177d840ff016e Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Wed, 23 Jun 2021 22:39:19 +0200 Subject: Don't use download.qt.io by default Change-Id: I8f12950125a7e9b5d79ef732ce306895170e61ea Reviewed-by: Christian Kandeler --- scripts/install-qt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3