From ae721f6bb4ed29f2b7f4a54dc4e0c583f5fc7e21 Mon Sep 17 00:00:00 2001 From: suchinton2001 Date: Wed, 25 Oct 2023 15:14:32 +0530 Subject: [PATCH] agl-demo-control-panel: Fix typo in docker installation script SPEC-4905 Signed-off-by: suchinton2001 Change-Id: Ic8a843ca131387863ace99d4743dc3bb94887393 --- docker/install_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6