mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 14:01:13 +03:00
10 lines
182 B
Bash
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 |