#!/bin/sh

set -e

# Setup alternatives
update-alternatives --remove-all iptables.service


