#!/bin/bash # 2.4 Запуск Gitea sudo systemctl daemon-reload sudo systemctl enable gitea sudo systemctl start gitea sudo systemctl status gitea