Fix typo
This commit is contained in:
parent
0e2ec2f410
commit
f20e1de74f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue