Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 8 lines (6 sloc) 120 Bytes
#!/bin/bash
mvn clean install
cd linkedgeodata-debian
mvn clean install
cd target
sudo dpkg -i `ls linkedgeodata*.deb`