diff options
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 |