Files
toolchain/pre.sh
T
RemiZOffAlex 28cc3991bb
Build toolchain image / Builder (push) Has been cancelled
Обновить pre.sh
2026-04-10 02:17:00 +03:00

25 lines
498 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 \
python \
postgresql mysql
dnf -y install make clang
#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