Update downloadAndInstallPackages()
This commit is contained in:
parent
5d3b8299a2
commit
0e2ec2f410
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue