updated Makefile for installation on raspberry pi
This commit is contained in:
@@ -115,4 +115,8 @@ stop:
|
|||||||
update_apt:
|
update_apt:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
|
update: update_apt update_w4r
|
||||||
|
|
||||||
|
update_w4r:
|
||||||
|
cd Web4Rail && git pull && mvn clean
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.srsoftware</groupId>
|
<groupId>de.srsoftware</groupId>
|
||||||
<artifactId>web4rail</artifactId>
|
<artifactId>web4rail</artifactId>
|
||||||
<version>1.5.12</version>
|
<version>1.5.13</version>
|
||||||
<name>Web4Rail</name>
|
<name>Web4Rail</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Java Model Railway Control</description>
|
<description>Java Model Railway Control</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user