Skip to content

Instantly share code, notes, and snippets.

View gremi-jr's full-sized avatar
:octocat:
Long have we waited now we Jebaited

Timo Gremler gremi-jr

:octocat:
Long have we waited now we Jebaited
View GitHub Profile
@gremi-jr
gremi-jr / update-gitea.sh
Created November 13, 2021 13:32
Script to update Gitea from Turnkey.
#!/bin/sh
wget -O gitea https://dl.gitea.io/gitea/$1/gitea-$1-linux-amd64
chmod +x gitea
systemctl stop gitea.serivce
mv gitea /home/git
systemctl start gitea.serivce