#!/usr/bin/sh

vendor_id="osstech"
dnf_cmd="/usr/bin/dnf"

exec "$dnf_cmd" "$@" --enablerepo "$vendor_id"
