Add check for pkgstats

This commit is contained in:
RealStickman 2021-01-29 19:58:32 +01:00
parent bf75716b5e
commit 5b9fa62843

View File

@ -629,6 +629,10 @@ echo Removed setup files
#downloading config
echo Setting config
bash ~/config/install.sh
pkgstats
if [[ $(pacman -Q pkgstats) ]]; then
pkgstats
fi
echo Finished everything
exit 0