2022-12-19 13:11:21 +00:00
|
|
|
#!/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/
|