Files
toolchain/ci/pre.sh
RemiZOffAlex 018183ebb4
Some checks failed
Build toolchain image / Builder (push) Has been cancelled
Update
2026-03-16 15:50:59 +03:00

20 lines
416 B
Bash
Executable File

#!/bin/sh
set -e
dnf config-manager setopt fedora-cisco-openh264.enabled=0
dnf -y update
dnf -y install nano rsync wget curl git git-all mc tree openssl \
unzip zip \
mtr traceroute net-tools tcpdump bind-utils \
tcsh sysstat atop chrony ntpstat nginx \
postgresql
dnf -y group install standard core \
hardware-support development-libs development-tools
dnf -y install postgresql-server-devel
dnf -y clean all