FairLogger/test/ci/setup-fedora.sh
2021-03-05 02:59:46 +01:00

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