Skip to content

Commit d7e3003

Browse files
authored
Merge pull request #1951 from rakhnin/develop
Update build-ubuntu.sh
2 parents 24fc217 + 38e9672 commit d7e3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build-ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test -d docker || (
1414
test -d dl || \
1515
mkdir dl
1616
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"
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"
1818

1919
# DEPENDENCIES
2020
docker build \

0 commit comments

Comments
 (0)