diff options
-rw-r--r-- | installer/debian.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 78ed24b..a9a0577 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -104,6 +104,14 @@ make sudo make install popd +echo -e "$GREEN Installing libsodium $NORMAL" +wget https://download.libsodium.org/libsodium/releases/libsodium-0.6.1.tar.gz +tar -f libsodium-0.6.1.tar.gz -x +pushd libsodium-0.6.1 +./configure +make +sudo make install +popd echo -e "$GREEN Installing ZeroMQ $NORMAL" wget http://download.zeromq.org/zeromq-4.0.4.tar.gz |