Add clipmenu and add newline at EOF (POSIX)

This commit is contained in:
Santiago Lo Coco 2021-12-26 13:11:05 -03:00
parent 48b9cdbfdb
commit 815dfe19dc
2 changed files with 5 additions and 2 deletions

View File

@ -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
downloadAndInstallPackages

View File

@ -81,4 +81,4 @@ loopThroughFiles() {
done
}
loopThroughFiles
loopThroughFiles