From 0e155fafb387c2b6952e643b980bb0d2afb7c87a Mon Sep 17 00:00:00 2001 From: alanw Date: Tue, 9 May 2023 15:00:14 -0700 Subject: [PATCH] fixed online load of scriptsfixed online load of scripts --- PRbL | 2 +- extras/Slipstream.install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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