#!/bin/bash

install-packages which

if which systemctl; then
   systemctl disable firewalld
fi

: # continue without error
