From 3cfce1b9ce56458378528802d3c9fdb7ccec9271 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 23 Jul 2025 01:59:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20pre.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pre.sh b/pre.sh index 75c1b39..a142f7e 100755 --- a/pre.sh +++ b/pre.sh @@ -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