diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | install.sh | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ blocks/ generics/ scripts/ shortcmds/ +sp/ # other directories flatpak-sc/ @@ -8,7 +8,8 @@ HTTP_BASE_URL="https://git.zachir.xyz/" SCRIPT_DIRS="blocks generics scripts -shortcmds" +shortcmds +sp" case "$1" in "-s"|"-S"|"-y"|"-Y") |