This commit is contained in:
stebifan 2018-04-15 10:41:16 +02:00
parent ba6dcedb49
commit 5e761fe904

View File

@ -1,7 +1,8 @@
#!/bin/sh
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
cd /tmp
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/tmp
cd /opt/tmp
npm install gulp -D yarn
yarn global add gulp-cli
gulp
cp -r /tmp/build/* /opt/meshviewer/build/
cp -r /opt/tmp/build/* /opt/meshviewer/build/
rm -r /opt/tmp