mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 14:01:13 +03:00
first commit
This commit is contained in:
10
5.2-setup.sh
Normal file
10
5.2-setup.sh
Normal 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
|
||||
Reference in New Issue
Block a user