feat: compatibility script
This commit is contained in:
parent
5a24481d4b
commit
833cb5bf18
1 changed files with 9 additions and 0 deletions
9
compatibility/fedora.sh
Executable file
9
compatibility/fedora.sh
Executable 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 $@)
|
Loading…
Reference in a new issue