diff options
Diffstat (limited to 'etc/pkgs/005-tini.sh')
-rwxr-xr-x | etc/pkgs/005-tini.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgs/005-tini.sh b/etc/pkgs/005-tini.sh index 44bb172..12d44a7 100755 --- a/etc/pkgs/005-tini.sh +++ b/etc/pkgs/005-tini.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -xe sudo yum install -y cmake glibc-static || exit 1 git clone https://github.com/krallin/tini.git |