test
This commit is contained in:
parent
ba6dcedb49
commit
5e761fe904
7
start.sh
7
start.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user