mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 08:41:12 +00:00
9 lines
295 B
Bash
Executable File
9 lines
295 B
Bash
Executable File
#! /bin/bash
|
|
|
|
dnf -y update
|
|
dnf -y groupinstall "C Development Tools and Libraries"
|
|
dnf -y install binutils boost-devel cmake ca-certificates coreutils diffutils \
|
|
findutils fmt-devel gcc-c++ git hostname ninja-build patch procps python \
|
|
redhat-lsb-core sed tar wget which
|
|
dnf -y clean all
|