This commit is contained in:
stebifan 2018-04-10 22:50:36 +02:00
parent b7afc25e1e
commit 37c2f9229d

View File

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