diff options
author | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-25 15:14:32 +0530 |
---|---|---|
committer | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-25 15:14:32 +0530 |
commit | ae721f6bb4ed29f2b7f4a54dc4e0c583f5fc7e21 (patch) | |
tree | 4a25d9af7ec3857020cec1efe03d58f70e65b789 /docker/install_packages.sh | |
parent | 6dbb82d17cfaf77de0cd1b49b0997eab241907bc (diff) |
agl-demo-control-panel: Fix typo in docker installation script
SPEC-4905
Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: Ic8a843ca131387863ace99d4743dc3bb94887393
Diffstat (limited to 'docker/install_packages.sh')
-rwxr-xr-x | docker/install_packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/install_packages.sh b/docker/install_packages.sh index 7fdb621..24b4b93 100755 --- a/docker/install_packages.sh +++ b/docker/install_packages.sh @@ -22,7 +22,7 @@ apt-get install --yes \ python3-pyqt5 \ python3-qtpy \ pyqt5-dev-tools \ - python3-pyqt5.qtsvgqq + python3-pyqt5.qtsvg # Set bash as default shell echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash |