From 38f3f6bff4ea90e75250ee35bcf036064cd85354 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 26 Jan 2022 16:18:40 -0300 Subject: [PATCH] Update downloadAndInstallPackages() --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index ce16fbd..1f8187e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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() {