mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Change-Id: Ib85721600b1e4461470a9ea4fd3b29fca0b35633 Reviewed-by: Simo Fält <simo.falt@qt.io>
11 lines
304 B
Bash
Executable File
11 lines
304 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# provides: fix for possible bug in the subscription manager
|
|
# version: provided by RedHat
|
|
# needed for yum to work properly in case there is incorrect data in
|
|
# the sslclientkey repository parameter value
|
|
|
|
set -ex
|
|
|
|
sudo rm -f /etc/pki/entitlement/*
|
|
sudo subscription-manager refresh
|