dotfiles/compatibility/fedora.sh

9 lines
152 B
Bash
Raw Normal View History

2023-10-14 22:38:08 +02: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 $@)