Gitea
De MochilaWiki
Atualizando o sistema e instalando git
sudo apt -y update
sudo apt -y install git bash-completion
adicionando usuário git para Gitea
sudo adduser \
--system \
--shell /bin/bash \
--gecos 'Git Version Control' \
--group \
--disabled-password \
--home /home/git \
git