From 815dfe19dc93a05290345be188e71b17128672b8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 13:11:05 -0300 Subject: [PATCH] Add clipmenu and add newline at EOF (POSIX) --- scripts/install.sh | 5 ++++- scripts/linkFiles.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index d22cfab..0092f0d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -24,6 +24,9 @@ downloadAndInstallPackages() { if [[ ! -d "dmenu" ]]; then cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git" fi + if [[ ! -d "clipmenu" ]]; then + cloneAndMake "clipmenu" "https://github.com/santilococo/clipmenu.git" + fi } -downloadAndInstallPackages \ No newline at end of file +downloadAndInstallPackages diff --git a/scripts/linkFiles.sh b/scripts/linkFiles.sh index 4abce32..7204b14 100755 --- a/scripts/linkFiles.sh +++ b/scripts/linkFiles.sh @@ -81,4 +81,4 @@ loopThroughFiles() { done } -loopThroughFiles \ No newline at end of file +loopThroughFiles