From a1abe5e03e799eaa54a3b801f150bd1d717239ef Mon Sep 17 00:00:00 2001 From: lowking Date: Tue, 2 Feb 2021 14:53:11 +0800 Subject: [PATCH] add install.sh --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install.sh 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