Code Review
/
src
/
agl-demo-control-panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6dbb82d
)
agl-demo-control-panel: Fix typo in docker installation script
03/29303/1
author
suchinton2001
<suchinton.2001@gmail.com>
Wed, 25 Oct 2023 09:44:32 +0000
(15:14 +0530)
committer
suchinton2001
<suchinton.2001@gmail.com>
Wed, 25 Oct 2023 09:44:32 +0000
(15:14 +0530)
SPEC-4905
Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: Ic8a843ca131387863ace99d4743dc3bb94887393
docker/install_packages.sh
patch
|
blob
|
history
diff --git
a/docker/install_packages.sh
b/docker/install_packages.sh
index
7fdb621
..
24b4b93
100755
(executable)
--- 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.qtsvg
qq
+ python3-pyqt5.qtsvg
# Set bash as default shell
echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash