diff --git a/PRbL b/PRbL index 2fac6ba..396430c 160000 --- a/PRbL +++ b/PRbL @@ -1 +1 @@ -Subproject commit 2fac6ba3a335a89acc07287928446bd6b92169d1 +Subproject commit 396430c539486520f444fa3c6afb89e91c0dbbc8 diff --git a/extras/Slipstream.install b/extras/Slipstream.install index 4b6c938..d85c7d7 100755 --- a/extras/Slipstream.install +++ b/extras/Slipstream.install @@ -42,7 +42,8 @@ sys_packages=( ) pip_packages=( - pyparsing + pyparsing==3.0.9 + gitpython ) repo_packages=( diff --git a/install.sh b/install.sh index 3f5f64c..278454d 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ ################################################################### # initial vars -VERSION=2.3.4 +VERSION=2.3.5 scripttitle="Pyr0ball's Reductive Bash Library Installer - v$VERSION" # Bash expansions to get the name and location of this script when run