Created
March 28, 2018 19:33
-
-
Save nogo/fecafcba0eaabbb170309c4007aacdc6 to your computer and use it in GitHub Desktop.
Update Gogs to Gitea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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