From 0e2ec2f41021c66aea7f400a594e06b700bf18d8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 13:56:32 -0300 Subject: [PATCH] Update downloadAndInstallPackages() --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index b1b503c..30471a2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -23,7 +23,7 @@ downloadAndInstallPackages() { cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git" fi if [[ ! -d "clipmenu" ]]; then - cloneAndMake "clipmenu" "https://github.com/santilococo/clipmenu.git" + cloneAndMake "clipmenu" "https://github.com/cdown/dotfiles.git" fi }