From 65c8377d1716346a04e99e679f34bbb0d4f8bb0e Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 6 Jun 2018 13:44:10 +0200 Subject: Adding Ubuntu + cosmos checks, move ldap-utils install --- ssh-keys.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ssh-keys.sh') diff --git a/ssh-keys.sh b/ssh-keys.sh index 68f8d0c..c599514 100644 --- a/ssh-keys.sh +++ b/ssh-keys.sh @@ -1,11 +1,5 @@ #!/usr/bin/env bash ## check if ldapsearch is installed -if ! which ldapsearch >> /dev/null; then - if ! apt-get install -y -qq ldap-utils >> /dev/null; then - echo "Failed to install ldap-utils" - exit 1 - fi -fi DRY_RUN=false if [ "$1" == "-n" ]; then -- cgit v1.1