#!/bin/bash
set -xeuo pipefail
output=$(rpm -q iptables-legacy || true)
grep "is not installed" <<< "$output"
