#!/bin/sh
set -e
	update-alternatives --install /usr/bin/nc nc /usr/bin/nc.netcat 100
