diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..b9f5051 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +mkdir -p ../custom/templates/inject/ +mkdir -p ../custom/public/css/ +echo '' >> ../custom/templates/inject/head.tmpl +cp -r ./themes/ ../custom/public/css/ +cp -r ./img/ ../custom/public/ \ No newline at end of file