aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rumba/prototypes/rlite.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py
index b01f33f..a35f2f1 100644
--- a/rumba/prototypes/rlite.py
+++ b/rumba/prototypes/rlite.py
@@ -114,7 +114,9 @@ class Experiment(mod.Experiment):
"protobuf-compiler libprotobuf-dev git --yes",
"rm -rf ~/rlite",
"cd ~; git clone https://github.com/vmaffione/rlite",
- "cd ~/rlite && ./configure && make && sudo make install"]
+ "cd ~/rlite && ./configure && make && sudo make install",
+ "cd ~/rlite && sudo make depmod"
+ ]
for node in self.nodes:
self.execute_commands(node, cmds)