Compare commits

...

1 Commits

Author SHA1 Message Date
3wc 118fea84de Attempt at plugmatic install 2021-08-23 01:32:07 +02:00
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