From 118fea84de1076893331e70e7ca41e5b684ef39e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 23 Aug 2021 01:32:07 +0200 Subject: [PATCH] Attempt at plugmatic install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 22874b9..da383af 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/bin/sh +npm install wiki-plugin-plugmatic + if [ ! -f .wiki/config.json ]; then cp config/config.json .wiki/config.json fi