diff --git a/compatibility/fedora.sh b/compatibility/fedora.sh new file mode 100755 index 0000000..18dbe37 --- /dev/null +++ b/compatibility/fedora.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +export SUDO=sudo + +export PM=dnf +export PM_INSTALL=install +export PM_NOCONFIRM=-y + +[ -f ./sync.sh ] && ./sync.sh $@ || (cd .. && ./sync.sh $@) \ No newline at end of file