We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24fc217 + 38e9672 commit d7e3003Copy full SHA for d7e3003
docker/build-ubuntu.sh
@@ -14,7 +14,7 @@ test -d docker || (
14
test -d dl || \
15
mkdir dl
16
test -f dl/qt.run || \
17
- "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"
18
19
# DEPENDENCIES
20
docker build \
0 commit comments