From 06044c09a4192e3964ef85e84513e72bd01fd808 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Fri, 11 Oct 2019 13:11:00 +0200 Subject: [PATCH] Added Dark Theme --- Gitea-Installer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gitea-Installer.sh b/Gitea-Installer.sh index c6c349a..c376525 100644 --- a/Gitea-Installer.sh +++ b/Gitea-Installer.sh @@ -173,6 +173,10 @@ wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Gitea/raw/branch/mast chmod +x /etc/systemd/system/gitea.service wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Gitea/raw/branch/master/config/gitea/app.ini -O /etc/gitea/app.ini +mkdir -p /var/lib/gitea/custom/public/css/ +wget -q -t7 https://git.bprieshof.nl/brammp/Gitea-Themes/raw/branch/master/theme-arc-blue.css -O /var/lib/gitea/custom/public/css/theme-arc-blue.css +wget -q -t7 https://git.bprieshof.nl/brammp/Gitea-Themes/raw/branch/master/index.css -O /var/lib/gitea/custom/public/css/index.css + chmod +x /usr/local/bin/gitea chown git:git /var/lib/gitea/ chown -R git:git /var/lib/gitea/