wip
This commit is contained in:
parent
f324cb7ada
commit
cc0fb7b46b
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ command_exists() {
|
|||
|
||||
# ─────────────────────────────────────< get packager >─────────────────────────────────────
|
||||
# checkPkg() {
|
||||
for pkg in "apt-get dnf pacman apk zypper"; do
|
||||
for pkg in apt-get dnf pacman apk zypper; do
|
||||
if command_exists $pkg; then
|
||||
printf "Using ${RED}${pkg}${NC} method.."
|
||||
pkger="$pkg"
|
||||
export pkger="$pkg"
|
||||
fi
|
||||
done
|
||||
# }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue