No output

This commit is contained in:
RealStickman 2021-01-29 20:01:04 +01:00
parent 5b9fa62843
commit da64407076

View File

@ -630,7 +630,7 @@ echo Removed setup files
echo Setting config
bash ~/config/install.sh
if [[ $(pacman -Q pkgstats) ]]; then
if [[ $(pacman -Q pkgstats 2>/dev/null > /dev/null) ]]; then
pkgstats
fi