mirror of https://github.com/qt/qt5.git
COIN: Fix Debian with missing debootstrap key
Pick-to: 6.9 6.8
Change-Id: I61f6a4834b034bb52323416499d71543f290ccf6
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 4bb846dd6d
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
0f3d085101
commit
a792a399e3
|
@ -249,6 +249,8 @@ installPackages+=(zlib1g-dev)
|
|||
installPackages+=(libusb-1.0-0-dev)
|
||||
# password management support for Qt Creator
|
||||
installPackages+=(libsecret-1-dev)
|
||||
installPackages+=(debian-archive-keyring)
|
||||
|
||||
|
||||
echo "Running update for apt"
|
||||
waitLoop
|
||||
|
|
Loading…
Reference in New Issue