# https://docs.gitea.io/en-us/install-from-binary/ getent passwd gitea >/dev/null 2>&1 || adduser \ --system \ --shell /bin/bash \ --gecos 'Gitea' \ --group \ --disabled-password \ --home /home/gitea \ gitea