Files
gitea-setup/5.2-setup.sh
ascet-tomsk f62d6e7fc0 first commit
2026-01-11 00:49:37 +07:00

10 lines
182 B
Bash

#!/bin/bash
# 5.2 Установка Python и инструментов
sudo apt install -y \
python3 python3-pip python3-venv \
build-essential \
git curl wget \
jq yq \
unzip zip