Gitea
stop
systemctl stop <SERVICE>
update
- <VERSION> = 1.15.5 (no "v")
wget -O gitea https://dl.gitea.io/gitea/<VERSION>/gitea-<VERSION>-linux-amd64
start
systemctl restart <SERVICE>
systemctl stop <SERVICE>
wget -O gitea https://dl.gitea.io/gitea/<VERSION>/gitea-<VERSION>-linux-amd64
systemctl restart <SERVICE>
Keine Kommentare