configs/test.bash
2023-08-23 11:54:46 -05:00

10 lines
155 B
Bash
Executable file

#!/usr/bin/env bash
type "$1" &> /dev/null; }
if command_exists "apt-get"; then
PM="apt-get"
elif command_exists "yum"; then
PM="yum"
fi
echo $PM