Add clipmenu and add newline at EOF (POSIX)
This commit is contained in:
parent
48b9cdbfdb
commit
815dfe19dc
|
@ -24,6 +24,9 @@ downloadAndInstallPackages() {
|
||||||
if [[ ! -d "dmenu" ]]; then
|
if [[ ! -d "dmenu" ]]; then
|
||||||
cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git"
|
cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git"
|
||||||
fi
|
fi
|
||||||
|
if [[ ! -d "clipmenu" ]]; then
|
||||||
|
cloneAndMake "clipmenu" "https://github.com/santilococo/clipmenu.git"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
downloadAndInstallPackages
|
downloadAndInstallPackages
|
||||||
|
|
|
@ -81,4 +81,4 @@ loopThroughFiles() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
loopThroughFiles
|
loopThroughFiles
|
||||||
|
|
Loading…
Reference in New Issue