feat: compatibility script
This commit is contained in:
parent
3b3e5f4e72
commit
79c7765224
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