test
This commit is contained in:
parent
4190c2020b
commit
ba6dcedb49
8
start.sh
8
start.sh
@ -1,9 +1,7 @@
|
||||
#!/bin/sh
|
||||
sleep 60
|
||||
rm -rf /opt/meshviewer/
|
||||
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/meshviewer
|
||||
cd /opt/meshviewer
|
||||
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
|
||||
cd /tmp
|
||||
npm install gulp -D yarn
|
||||
yarn global add gulp-cli
|
||||
gulp
|
||||
ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html
|
||||
cp -r /tmp/build/* /opt/meshviewer/build/
|
||||
|
Loading…
Reference in New Issue
Block a user