@ -373,7 +373,7 @@ network() {
add_arg_pkg() {
for i in "${@}"; do
if xbps-query -Rs ${i}|awk '{print $2}'|grep "^${i}"; then
if xbps-query -Rs ${i}|awk '{print $2}'|grep "^${i}" >/dev/null; then
addpkg "${@}"
fi
done
The note is not visible to the blocked user.