# Gitea

# stop

```bash
systemctl stop <SERVICE>
```

# update
* \<VERSION> = 1.15.5 (no "v")

```bash
wget -O gitea https://dl.gitea.io/gitea/<VERSION>/gitea-<VERSION>-linux-amd64
```

# start 

```bash
systemctl restart <SERVICE>
```