Update downloadAndInstallPackages()

This commit is contained in:
Santiago Lo Coco 2022-01-26 16:18:40 -03:00
parent a324e892b0
commit 38f3f6bff4
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ downloadAndInstallPackages() {
if [[ ! -d "clipmenu" ]]; then
cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git"
fi
if [[ ! -d "slock" ]]; then
cloneAndMake "slock" "https://github.com/santilococo/slock.git"
fi
}
runScript() {