feat: compatibility script

This commit is contained in:
Strix 2023-10-14 22:38:08 +02:00
parent 5a24481d4b
commit 833cb5bf18
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

9
compatibility/fedora.sh Executable file
View file

@ -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 $@)