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