add install.sh

This commit is contained in:
lowking 2021-02-02 14:53:11 +08:00
parent 7ca34f5e5e
commit a1abe5e03e

5
install.sh Normal file
View file

@ -0,0 +1,5 @@
mkdir -p ../custom/templates/inject/
mkdir -p ../custom/public/css/
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/