first commit

This commit is contained in:
ascet-tomsk
2026-01-11 00:49:37 +07:00
commit f62d6e7fc0
23 changed files with 337 additions and 0 deletions

10
5.2-setup.sh Normal file
View File

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