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