From 232f88313fe6dfec73f724c3a2bf6fa57ba5d570 Mon Sep 17 00:00:00 2001 From: lowking Date: Tue, 2 Feb 2021 15:08:30 +0800 Subject: [PATCH] update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) 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