small fix

This commit is contained in:
teldra 2021-03-12 22:35:09 +01:00
parent e0dc70ad69
commit 7f6c9088bc
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ if [[ "${#ignorepkg[@]}" -gt 0 ]]; then
done
fi
echo ""
echo "pkg install: ${pkg[@]}"
echo ""
for i in ${pkg[@]}; do
for j in ${removepkg[@]}; do
if [[ "${i}" == "${j}" ]]; then