Provisioning: Fix installing certificates

Don't try to re-install, but install and let apt do its magic.

Fixes: QTQAINFRA-6638
Change-Id: I60ccd2717854c6644d1b956362ee3fd535e2d87c
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
(cherry picked from commit f24dacca36)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Simo Fält
2024-10-07 13:44:52 +03:00
committed by Qt Cherry-pick Bot
parent d48e42475e
commit 661298dc77

View File

@@ -31,7 +31,7 @@ EOC
#(ping -c 3 repo-clones.ci.qt.io && set_internal_repo) || echo "Internal package repository not found. Using public repositories."
# Make sure needed ca-certificates are available
sudo apt-get install --reinstall ca-certificates
installPackages+=(ca-certificates)
## Tools
# Git is not needed by builds themselves, but is nice to have