Attempt at plugmatic install

This commit is contained in:
3wc 2021-08-23 01:32:07 +02:00
parent 143558b56f
commit 118fea84de
1 changed files with 2 additions and 0 deletions

View File

@ -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