diff --git a/start.sh b/start.sh index d89e4e7..f7c0408 100644 --- a/start.sh +++ b/start.sh @@ -1,8 +1,7 @@ #!/bin/sh -cd /opt/meshviewer git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/meshviewer/ +cd /opt/meshviewer npm install gulp -D yarn yarn global add gulp-cli gulp -ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html -exit 0 \ No newline at end of file +ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html \ No newline at end of file