Updating gitea when installation is from source

How can I update Gitea properly when the originally installation method was to install it from source? I seen the options for binary and docker options but nothing about the source installation in the documentation.

1 Like

Just follow the ‘from source’ installation instructions again.

Download the latest stable Git release from the Git website . Run the Git installer, ensuring that you install into the same location as any existing Git installation. You can use where git to locate existing installations. Btw the Git utility package is, by default , included in ubuntu’s software repositories that can be installed via APT. Just enter the following command to download and install Git. Git requires root/sudo privileges to be installed so, enter the password to continue the installation.

1 Like

Hope this had helped you.