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

exit script as soon as it errors

parent e4d31739
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
cd $HOME
wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.2.tar.gz
tar xvf libsodium-0.2.tar.gz
......
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