puzzle/scripts/install

8 lines
127 B
Text
Raw Permalink Normal View History

2020-11-07 11:42:11 +01:00
#!/bin/sh
npm install
2020-11-07 12:21:38 +01:00
2021-05-22 13:19:39 +02:00
if [ ! -e "$RUN_DIR/config.json" ]; then
cp "$RUN_DIR/config.example.json" "$RUN_DIR/config.json"
2020-11-07 12:21:38 +01:00
fi