Skip to content

Commit

Permalink
fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
niXman committed May 31, 2017
1 parent ee4fd7e commit 6c42da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/config-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function func_test_installed_packages {
local not_installed_packages=()

for it in ${required_packages[@]}; do
$(pacman -Qi ^$it > /dev/null 2>&1)
$(pacman -Qs ^$it > /dev/null 2>&1)
[[ $? != 0 ]] && {
not_installed_packages=(${not_installed_packages[@]} $it)
}
Expand Down

0 comments on commit 6c42da5

Please sign in to comment.