diff options
Diffstat (limited to 'etc/pkgs/003-openssl.sh')
-rwxr-xr-x | etc/pkgs/003-openssl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgs/003-openssl.sh b/etc/pkgs/003-openssl.sh index 92a4658..184d738 100755 --- a/etc/pkgs/003-openssl.sh +++ b/etc/pkgs/003-openssl.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -xe name="openssl" version="1.1.0j" |