diff --git a/PRbL b/PRbL index 0bd9104..876da75 160000 --- a/PRbL +++ b/PRbL @@ -1 +1 @@ -Subproject commit 0bd9104a89603fdb7b5c449d530b593c792bf1cd +Subproject commit 876da7521ce61bf20bf83818a8e84f7b05727b22 diff --git a/extras/Slipstream.install b/extras/Slipstream.install index 3a22a3a..16664f3 100755 --- a/extras/Slipstream.install +++ b/extras/Slipstream.install @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # CodeDog Bootstrap installer script # Bash expansions to get the name and location of this script when run @@ -62,7 +62,7 @@ check-deps(){ run sudo apt-get install -y python3-pip fi for pkg in ${pip_packages[@]} ; do - pippkg_installed=$(pip list | grep -F $pkg ; echo &?) + pippkg_installed=$(pip list | grep -F $pkg ; echo $?) if [[ $pippkg_installed != 0 ]] ; then bins_missing+=("pip: $pkg") fi