9 lines
No EOL
152 B
Bash
Executable file
9 lines
No EOL
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export SUDO=sudo
|
|
|
|
export PM=dnf
|
|
export PM_INSTALL=install
|
|
export PM_NOCONFIRM=-y
|
|
|
|
[ -f ./sync.sh ] && ./sync.sh $@ || (cd .. && ./sync.sh $@) |