Files
toolchain/pre.sh
RemiZOffAlex 350169232b
Some checks failed
Build toolchain image / Builder (push) Failing after 4m13s
Обновить pre.sh
2025-07-23 02:04:54 +03:00

19 lines
369 B
Bash
Executable File

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