summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-05-23 15:08:26 -0500
committerzachir <zachir@librem.one>2023-05-23 15:08:26 -0500
commitafb21f724821460b37b42fce1d8fef3e1ad8f945 (patch)
treeaaa1d795d903260c604511569c1a8f8a7c1eaf13
parent1e253ad2bef65ce91ab49638e77f6d8d02d94079 (diff)
Not using dwm blocks anymore (although that repo will still exist)
-rwxr-xr-xinstall.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 748815b..f5b6f61 100755
--- a/install.sh
+++ b/install.sh
@@ -5,11 +5,13 @@
SSH_BASE_URL="git@git.zachir.xyz:zachir/"
HTTP_BASE_URL="https://git.zachir.xyz/"
-SCRIPT_DIRS="blocks
+SCRIPT_DIRS="$(<<EOF
generics
scripts
shortcmds
-sp"
+sp
+EOF
+
printhelp () {
printf "install.sh | Used to add my other script repos as submodules. Feel free to modfy it to clone yours as well.\n"