summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xinstall.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 45e60de..bd73ec9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
# other git directories
blocks/
generics/
+river_sp/
scripts/
shortcmds/
diff --git a/install.sh b/install.sh
index 41c2c1a..5fb5c5d 100755
--- a/install.sh
+++ b/install.sh
@@ -7,6 +7,7 @@ HTTP_BASE_URL="https://git.zachir.xyz/"
SCRIPT_DIRS="blocks
generics
+river_sp
scripts
shortcmds"