Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Update sb-init
Browse files Browse the repository at this point in the history
  • Loading branch information
falkyre authored Feb 24, 2024
1 parent c7fe97d commit 881e21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sbtools/sb-init
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TEXT0
#This will install into the virtual environment

tput bold; echo "$(tput setaf 2)Installing scoreboard python requirements in virtual environment...$(tput setaf 9)" ; tput sgr0
pip3 install -r requirements.txt
pip3 install -U -r requirements.txt

tput bold; echo "$(tput setaf 4)...................................................$(tput setaf 9)" ; tput sgr0
tput bold; echo "$(tput setaf 4)TAKE NOTE OF NEXT LINES...$(tput setaf 9)" ; tput sgr0
Expand All @@ -81,7 +81,7 @@ TEXT0
tput bold; echo "$(tput setaf 1)sudo $HOME/nhlsb-venv/bin/python3 $(tput setaf 9)" ; tput sgr0
tput bold; echo "$(tput setaf 4)...................................................$(tput setaf 9)" ; tput sgr0
else
sudo pip3 install -r requirements.txt
sudo pip3 install -U -r requirements.txt
fi
# Pull submodule and ignore changes from script
git submodule update --init --recursive
Expand Down

0 comments on commit 881e21a

Please sign in to comment.