diff options
-rwxr-xr-x | common/scripts/agl-screenshot-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index ce0ae42..b03d029 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -2,6 +2,8 @@ set -x +( echo "nameserver 8.8.8.8" > /etc/resolv.conf ) || true + export TERM=dumb export COLUMNS=1000 |