install script

This commit is contained in:
Sophia Atkinson 2022-10-08 21:54:39 +00:00
parent 8903f4b1b7
commit 0fc822cff1
1 changed files with 6 additions and 0 deletions

6
gitea-blurple.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
git clone https://git.oldgate.org/OGS/Gitea-Blurple.git
rm -rf /var/lib/gitea/custom/public
mv Gitea-Blurple/public/ /var/lib/gitea/custom/
rm -rf Gitea-Blurple
sudo systemctl restart gitea