Adds ddgr to the install script

This commit is contained in:
Jonathan Hodgson 2019-08-21 15:51:32 +01:00
parent f12021757a
commit 9a58ba5945

View file

@ -80,6 +80,7 @@ pacmanInstall(){
aurInstall(){ aurInstall(){
local packages=( local packages=(
"mps-youtube-git" "mps-youtube-git"
"ddgr"
) )
if yay -Qs $package > /dev/null; then if yay -Qs $package > /dev/null; then
echo "Installing $i" echo "Installing $i"