diff options
author | zachir <zachir@librem.one> | 2023-05-23 15:08:26 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-23 15:08:26 -0500 |
commit | afb21f724821460b37b42fce1d8fef3e1ad8f945 (patch) | |
tree | aaa1d795d903260c604511569c1a8f8a7c1eaf13 /install.sh | |
parent | 1e253ad2bef65ce91ab49638e77f6d8d02d94079 (diff) |
Not using dwm blocks anymore (although that repo will still exist)
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |