Gitea-Blurple/gitea-blurple.sh

11 lines
457 B
Bash

#!/bin/bash
git clone https://git.oldgate.org/OGS/Gitea-Blurple.git
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
rm -rf Gitea-Blurple
sudo systemctl restart gitea
echo -e "=================================================================="
echo "Clear your cache for the changes to appear"
echo -e "=================================================================="