GogsThemes/install.sh

8 lines
294 B
Bash
Raw Normal View History

#!/bin/bash
2021-02-02 06:53:11 +00:00
mkdir -p ../custom/templates/inject/
mkdir -p ../custom/public/css/
2021-02-02 07:08:30 +00:00
rm ../custom/templates/inject/head.tmpl
2021-02-02 06:53:11 +00:00
echo '<link rel="stylesheet" href="/css/themes/dark_theme.css">' >> ../custom/templates/inject/head.tmpl
cp -r ./themes/ ../custom/public/css/
cp -r ./img/ ../custom/public/