install: added set -e setting to bash script

This commit is contained in:
Sameer Naik 2014-02-05 22:13:46 +05:30
parent 3737426646
commit 2200175cc8

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
# export http_proxy=http://192.168.1.1:3128
# export ftp_proxy=http://192.168.1.1:3128