Skip to content

Instantly share code, notes, and snippets.

@nogo
Created March 28, 2018 19:33
Show Gist options
  • Save nogo/fecafcba0eaabbb170309c4007aacdc6 to your computer and use it in GitHub Desktop.
Save nogo/fecafcba0eaabbb170309c4007aacdc6 to your computer and use it in GitHub Desktop.
Update Gogs to Gitea
#!/bin/sh
mv gogs-repositories gitea-repositories
mkdir gitea
wget -O gitea https://dl.gitea.io/gitea/1.0.2/gitea-1.0.2-linux-amd64
chmod 755 gitea
./gitea web
wget -O gitea https://dl.gitea.io/gitea/1.1.4/gitea-1.1.4-linux-amd64
./gitea web
wget -O gitea https://dl.gitea.io/gitea/1.2.3/gitea-1.2.3-linux-amd64
./gitea web
wget -O gitea https://dl.gitea.io/gitea/1.4.0/gitea-1.4.0-linux-amd64
./gitea web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment