]> piware.de Git - bin.git/blobdiff - install-rhel-tools
install-rhel-tools: Add CentOS stream development tools
[bin.git] / install-rhel-tools
index 681abd75c384d8d9780809e2896e1549729f884c..e16fc7f02acf360a94c6219168ca5936fab950d5 100755 (executable)
@@ -8,6 +8,10 @@ sudo update-ca-trust
 (cd /etc/yum.repos.d; sudo curl -O --location https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo)
 sudo dnf install -y rhpkg
 
+# CentOS stream
+sudo dnf copr enable -y james/centpkg
+sudo dnf install -y centpkg streamkoji
+
 # coverity
 sudo dnf copr enable -y copr.devel.redhat.com/kdudka/covscan
 sudo dnf install -y covscan-client