diff options
Diffstat (limited to 't/travis-deps/install.sh')
-rw-r--r-- | t/travis-deps/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index 565852e..073802e 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -1,3 +1,4 @@ #!/bin/bash mkdir -p /var/log/packages cp -a t/travis-deps/*pkg /sbin/ +echo "127.0.0.1 slackware.uk" >> /etc/hosts |