mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
fix
This commit is contained in:
parent
9f51eb0c3b
commit
6aff051794
@ -5,6 +5,10 @@ source "$HOME/.bashrc"
|
|||||||
# check is x86
|
# check is x86
|
||||||
|
|
||||||
if [[ "$(uname -m)" == "x86_64" ]]; then
|
if [[ "$(uname -m)" == "x86_64" ]]; then
|
||||||
|
apt-get update && \
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
p7zip-full \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
aqt install-qt --outputdir /opt/Qt linux desktop ${QT_VERSION}
|
aqt install-qt --outputdir /opt/Qt linux desktop ${QT_VERSION}
|
||||||
else
|
else
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user