]> piware.de Git - bin.git/blob - install-rhel-tools
build-cockpit-toolbox: tasks container moved to ghcr.io
[bin.git] / install-rhel-tools
1 #!/bin/sh
2 # Install RHEL development tools into a toolbox
3 set -eux
4
5 sudo curl -o /etc/pki/ca-trust/source/anchors/2015-RH-IT-Root-CA.crt https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem
6 sudo curl -o /etc/pki/ca-trust/source/anchors/2022-RH-IT-Root-CA.crt https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem
7
8 sudo update-ca-trust
9
10 (cd /etc/yum.repos.d; sudo curl -O --location https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo)
11 sudo dnf install -y rhel-packager
12
13 # coverity
14 sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan
15 sudo dnf install -y covscan-client