Files
toolchain/pre.sh
RemiZOffAlex e13a79e2f5
Some checks failed
Build toolchain image / Builder (push) Has been cancelled
Обновить pre.sh
2025-07-23 01:19:04 +03:00

19 lines
373 B
Bash
Executable File

#!/bin/sh
set -e
dnf -y update
dnf -y install nano rsync wget curl git git-all mc tree openssl \
chrony cronie \
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