#!/usr/bin/bash

echo "ERROR: katello-installer is no longer used.  Please use 'satellite-installer --scenario satellite'."
echo "       For more information on available options, include '--help'."

exit 1
