This commit is contained in:
stebifan 2018-04-14 22:02:34 +02:00
parent 37c2f9229d
commit 1882b468cc

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
rm -rf /opt/meshviewer/
mv /tmp/* /opt/meshviewer/ mv /tmp/* /opt/meshviewer/
rm -rf /tmp/ rm -rf /tmp/
cd /opt/meshviewer cd /opt/meshviewer