Skip to content
Snippets Groups Projects
Commit e4d31739 authored by Donald Stufft's avatar Donald Stufft
Browse files

Fix a missing .tar.gz

parent 911e6d23
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd $HOME
wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.2.tar.gz
tar xvf libsodium-0.2
tar xvf libsodium-0.2.tar.gz
cd libsodium-0.2
./configure --disable-debug --disable-dependency-tracking
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment