This commit is contained in:
Santiago Lo Coco 2022-01-14 14:03:45 -03:00
parent 0e2ec2f410
commit f20e1de74f
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/cdown/dotfiles.git"
cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git"
fi
}