From: suchinton2001 Date: Wed, 25 Oct 2023 09:44:32 +0000 (+0530) Subject: agl-demo-control-panel: Fix typo in docker installation script X-Git-Tag: 17.90.0~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F29303%2F1;p=src%2Fagl-demo-control-panel.git agl-demo-control-panel: Fix typo in docker installation script SPEC-4905 Signed-off-by: suchinton2001 Change-Id: Ic8a843ca131387863ace99d4743dc3bb94887393 --- 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