ubuntu@netservice:~$ VERSION=1.16.1
ubuntu@netservice:~$ sudo wget -O /tmp/gitea https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64
ubuntu@netservice:~$ sudo mv /tmp/gitea /usr/local/bin
ubuntu@netservice:~$ sudo chmod +x /usr/local/bin/gitea