diff --git a/install_deps.sh b/install_deps.sh index c420820..a1b43a8 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -196,6 +196,7 @@ if [ ! -d libsodium ]; then git clone https://github.com/jedisct1/libsodium.git fi cd libsodium +git checkout stable ./autogen.sh ./configure make ${J}