This commit is contained in:
stebifan 2018-04-14 22:39:57 +02:00
parent 4190c2020b
commit ba6dcedb49

View File

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