Merge pull request #1951 from rakhnin/develop

Update build-ubuntu.sh
This commit is contained in:
Candice Bentéjac 2023-06-28 11:35:11 +02:00 committed by GitHub
commit d7e3003aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ test -d docker || (
test -d dl || \
mkdir dl
test -f dl/qt.run || \
"wget https://download.qt.io/archive/qt/5.14/5.14.1/qt-opensource-linux-x64-5.14.1.run" -O "dl/qt.run"
wget "https://download.qt.io/archive/qt/5.14/5.14.1/qt-opensource-linux-x64-5.14.1.run" -O "dl/qt.run"
# DEPENDENCIES
docker build \