Use the RIC logging lib
[ric-plt/a1.git] / install_deps.sh
diff --git a/install_deps.sh b/install_deps.sh
deleted file mode 100755 (executable)
index 01c45b4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-git clone --branch 1.9.0 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