Silence pacman wrapper message

This commit is contained in:
Mark Vainomaa 2017-01-27 22:00:10 +02:00
parent 5ed23c482d
commit 1ddd019c59
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function pacman {
elif [ ! -z "${ppath}" ]; then
${ppath} "$@"
else
echo "No yaourt or pacaur found, defaulting to pacman"
sudo /usr/bin/pacman "$@"
fi
return $?