diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-06-01 15:25:07 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-06-01 15:25:07 +0200 |
commit | 77dccda7380679447fd8ad3176d239901301ba16 (patch) | |
tree | c3a9ed37b27169ae048b539b111ac2837174ad88 | |
parent | 1e6c9587497793709866703f85e97649e797f75b (diff) | |
download | rumba-77dccda7380679447fd8ad3176d239901301ba16.tar.gz rumba-77dccda7380679447fd8ad3176d239901301ba16.zip |
Typo fix in package installations
-rw-r--r-- | rumba/prototypes/irati.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index f36b59b..c47d0d2 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -70,7 +70,7 @@ class Experiment(mod.Experiment): cmds = [self.sudo("apt-get update"), "export https_proxy=\"https://proxy.atlantis.ugent.be:8080\"; " + self.sudo("apt-get install g++ gcc " - "protobuf-compiler libprotobuf-dev git --yes" + "protobuf-compiler libprotobuf-dev git --yes " "pkg-config " "libnl-3-dev libnl-genl-3-dev"), self.sudo("rm -rf ~/irati"), |