#!/bin/sh export SUDO=sudo export PM=dnf export PM_INSTALL=install export PM_NOCONFIRM=-y [ -f ./sync.sh ] && ./sync.sh $@ || (cd .. && ./sync.sh $@)