dotfiles/compatibility/fedora.sh

9 lines
152 B
Bash
Raw Normal View History

2023-03-06 13:45:20 +01:00
#!/bin/sh
export SUDO=sudo
export PM=dnf
export PM_INSTALL=install
export PM_NOCONFIRM=-y
[ -f ./sync.sh ] && ./sync.sh $@ || (cd .. && ./sync.sh $@)