Update downloadAndInstallPackages()
This commit is contained in:
parent
a324e892b0
commit
38f3f6bff4
|
@ -29,6 +29,9 @@ downloadAndInstallPackages() {
|
||||||
if [[ ! -d "clipmenu" ]]; then
|
if [[ ! -d "clipmenu" ]]; then
|
||||||
cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git"
|
cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git"
|
||||||
fi
|
fi
|
||||||
|
if [[ ! -d "slock" ]]; then
|
||||||
|
cloneAndMake "slock" "https://github.com/santilococo/slock.git"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
runScript() {
|
runScript() {
|
||||||
|
|
Loading…
Reference in New Issue