Files
toolchain/ci/pre.sh
T
RemiZOffAlex c513e058a5
Build toolchain image / Builder (push) Has been cancelled
Update
2026-03-16 16:10:35 +03:00

18 lines
328 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 mc tree openssl \
unzip zip \
mtr traceroute net-tools tcpdump bind-utils \
tcsh sysstat atop chrony ntpstat nginx \
postgresql python3 python3-devel
dnf -y remove python3-pip
dnf -y clean all