diff options
-rw-r--r-- | rumba/prototypes/irati.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 757a66e..72d4b4e 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -84,8 +84,8 @@ class Experiment(mod.Experiment): cmds = [self.sudo("apt-get update"), self.sudo("apt-get install g++ gcc libtool " "linux-headers-$(uname -r) autoconf automake " - "protobuf-compiler=2.6.1-1 libprotobuf-dev=2.6.1-1 " - "git pkg-config libssl-dev=1.0.1k-3 --yes"), + "protobuf-compiler libprotobuf-dev " + "git pkg-config libssl-dev --yes"), self.sudo("rm -rf ~/stack"), "cd ~; git clone -b arcfire https://github.com/IRATI/stack", "cd ~/stack && " |