#!/bin/bash apt-get update && apt-get install -y --no-install-recommends nscd || exit 1 apt-get remove -y nscd || exit 1 apt-get update && apt-get install -y --no-install-recommends nscd || exit 1 apt-get remove -y nscd || exit 1