diff --git a/HomeLab/Rose/Gitea.md b/HomeLab/Rose/Gitea.md index a4b4942..3b7cd57 100644 --- a/HomeLab/Rose/Gitea.md +++ b/HomeLab/Rose/Gitea.md @@ -1,3 +1,24 @@ + + +systemctl stop gitea.service + +cd /usr/local/bin + +mv gitea gitea_old + + + +``` +wget -O gitea https://dl.gitea.com/gitea/1.26.4/gitea-1.26.4-linux-amd64 +chmod +x gitea +``` + +systemctl start gitea + + + +--- + Update und sonstiges beim Update Versuch und Backup ``` @@ -118,4 +139,4 @@ MIRROR = 72000 CLONE = 30000 PULL = 30000 GC = 60 -``` \ No newline at end of file +```