run apt-get update first

This commit is contained in:
Thomas Waldmann 2018-09-30 20:40:23 +02:00
parent 96e86cfa6e
commit c206004084

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
# update pkg lists first, existing list items might be 404
sudo apt-get -y update
# we install a local bind9 to run the tests against: # we install a local bind9 to run the tests against:
sudo apt-get -y install bind9 dnsutils e2fsprogs sudo apt-get -y install bind9 dnsutils e2fsprogs