Update dep script; no version/code changes
[ric-plt/a1.git] / integration_tests / install_deps.sh
diff --git a/integration_tests/install_deps.sh b/integration_tests/install_deps.sh
deleted file mode 100755 (executable)
index 4a17c5d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-git clone --branch 1.10.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
-    && cd rmr \
-    && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \
-    && cd ../.. \
-    && rm -rf rmr