diff --git a/hooks/install b/hooks/install index 262631be..86d48855 100755 --- a/hooks/install +++ b/hooks/install @@ -1,9 +1,7 @@ -#!/bin/bash +#!/bin/bash -e # Wrapper to deal with newer Ubuntu versions that don't have py2 installed # by default. -set -e - declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml' 'dnspython') check_and_install() {