Fix typo
This commit is contained in:
parent
0e2ec2f410
commit
f20e1de74f
|
@ -23,7 +23,7 @@ downloadAndInstallPackages() {
|
||||||
cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git"
|
cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git"
|
||||||
fi
|
fi
|
||||||
if [[ ! -d "clipmenu" ]]; then
|
if [[ ! -d "clipmenu" ]]; then
|
||||||
cloneAndMake "clipmenu" "https://github.com/cdown/dotfiles.git"
|
cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue