fix?
This commit is contained in:
parent
c60f14df24
commit
d5e41eabf4
1 changed files with 2 additions and 2 deletions
4
gbar.sh
4
gbar.sh
|
@ -65,7 +65,7 @@
|
|||
declare -n pkgArray="${deps[$distro]}"
|
||||
|
||||
case "$distro" in
|
||||
debian | ubuntu) checkAndInstall ${pkgArray[@]} ;;
|
||||
debian | ubuntu) check-and-install ${pkgArray[@]} ;;
|
||||
arch) return 0 ;;
|
||||
*)
|
||||
echo-error "Cannot install for $distro"
|
||||
|
@ -85,7 +85,7 @@
|
|||
|
||||
case "$distro" in
|
||||
arch)
|
||||
checkAndInstall gbar-git bluez
|
||||
check-and-install gbar-git bluez
|
||||
;;
|
||||
debian | ubuntu)
|
||||
local cloneDir="$(mktemp -d)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue