diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-17 22:06:06 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-17 22:06:06 -0500 |
| commit | b9b420b78f13894b3e6aeedcb96c5a02e0298530 (patch) | |
| tree | 1882cbcd84bc3469790060b1e648570343149e72 /etc/pkgs/001-gcc.sh | |
| parent | ca90c863c2aa82e5c0b24e5e1181f71397a78c2a (diff) | |
| download | docker-base-b9b420b78f13894b3e6aeedcb96c5a02e0298530.tar.gz | |
Die on error
Diffstat (limited to 'etc/pkgs/001-gcc.sh')
| -rwxr-xr-x | etc/pkgs/001-gcc.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/pkgs/001-gcc.sh b/etc/pkgs/001-gcc.sh index 62ddae0..9cce7b0 100755 --- a/etc/pkgs/001-gcc.sh +++ b/etc/pkgs/001-gcc.sh @@ -1,5 +1,6 @@ -#!/bin/bash -e -set -x +#!/bin/bash +set -xe + name=gcc version=8.2.0 url=http://mirrors-usa.go-parts.com/gcc/releases/${name}-${version}/${name}-${version}.tar.gz |
