From 3d5234943305c54f4016511ba5a45dd7c197455c Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 23 Jul 2025 02:13:04 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pre.sh b/pre.sh index 1056177..134253e 100755 --- a/pre.sh +++ b/pre.sh @@ -9,10 +9,14 @@ chrony cronie ntpstat \ unzip zip \ mtr traceroute net-tools tcpdump bind-utils \ tcsh sysstat atop nginx \ +python \ postgresql mysql #dnf -y group install standard core \ # hardware-support development-libs development-tools # dnf -y install postgresql-server-devel +wget --directory-prefix /root https://bootstrap.pypa.io/get-pip.py +python3 /root/get-pip.py + dnf -y clean all