mirror of
https://git.oldgate.org/OGS/Gitea-Blurple.git
synced 2025-05-24 01:44:00 -04:00
11 lines
459 B
Bash
11 lines
459 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 -Rv git:git /var/lib/gitea/custom
|
|
sudo chmod -Rv 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 "=================================================================="
|