diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-18 15:04:04 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-18 15:04:04 +0200 |
commit | 2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86 (patch) | |
tree | 400d925f1a033f2ad779f6b81e72bde3d7f0a2e7 /installer | |
parent | 5c3a6f583ca5009485e30a97c63dcc63c3c76bc2 (diff) | |
download | mmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.tar.gz mmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.tar.bz2 mmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.zip |
debian installer correction
Diffstat (limited to 'installer')
-rw-r--r-- | installer/debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 918becb..687b45a 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -105,7 +105,7 @@ popd echo -e "$GREEN Installing ZeroMQ $NORMAL" -wget http://download.zeromq.org/zeromq-4.0.3.tar.gz +wget http://download.zeromq.org/zeromq-4.0.4.tar.gz tar -f zeromq-4.0.4.tar.gz -x pushd zeromq-4.0.4 ./configure |