Обновить pre.sh
Some checks failed
Build toolchain image / Builder (push) Failing after 52s

This commit is contained in:
2025-07-23 01:59:24 +03:00
parent adf6f14af9
commit 3cfce1b9ce

12
pre.sh
View File

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