Update downloadAndInstallPackages()

This commit is contained in:
Santiago Lo Coco 2022-01-14 13:56:32 -03:00
parent 5d3b8299a2
commit 0e2ec2f410
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ downloadAndInstallPackages() {
cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git"
fi
if [[ ! -d "clipmenu" ]]; then
cloneAndMake "clipmenu" "https://github.com/santilococo/clipmenu.git"
cloneAndMake "clipmenu" "https://github.com/cdown/dotfiles.git"
fi
}