Gitea-Blurple/gitea-blurple.sh

11 lines
457 B
Bash
Raw Normal View History

2022-10-08 14:54:39 -07:00
#!/bin/bash
git clone https://git.oldgate.org/OGS/Gitea-Blurple.git
2022-10-14 00:29:56 -07:00
cp -r Gitea-Blurple/public/ /var/lib/gitea/custom/
sudo chown -R git:git /var/lib/gitea/custom
sudo chmod -R 750 /var/lib/gitea/custom
2022-10-08 14:54:39 -07:00
rm -rf Gitea-Blurple
sudo systemctl restart gitea
echo -e "=================================================================="
echo "Clear your cache for the changes to appear"
echo -e "=================================================================="