routing-helper: fix route computation bug

Route computation for link-state had a bug, neighbor's list
contained the host itself and so the computation was erroneous,
and ultimately crashing.

Change-Id: I461476eef83b73b64ae943f6f08bf576e3719b94
diff --git a/install.sh b/install.sh
index fb92104..0fbb689 100755
--- a/install.sh
+++ b/install.sh
@@ -213,6 +213,7 @@
     sudo cp topologies/minindn.ucla.conf "$install_dir"
     sudo cp topologies/minindn.testbed.conf "$install_dir"
     sudo cp topologies/current-testbed.conf "$install_dir"
+    sudo cp topologies/geo_hyperbolic_test.conf "$install_dir"
     sudo python setup.py develop
 }