Disable bash -ex to not fail with commands returning non-0 values

This commit is contained in:
Luis Diaz Mas
2017-10-07 19:47:30 +02:00
parent 1067978216
commit f454c375a0
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -x
#set -e
#set -x
if [[ "$(uname -s)" == 'Linux' ]]; then
sudo apt-get install cmake zlib1g-dev libssh-dev libcurl4-openssl-dev gettext libexpat1-dev