#!/bin/bash set -e echo "Removing conflicting sysvinit packages..." apt-get remove --purge -y sysvinit-core initscripts sysv-rc || true