#!/bin/bash #================================================= # CONSTANTS #================================================= # shellcheck disable=SC2034 # Variable is used by other scripts pkg_dependencies=( diffutils imagemagick acl )