Updated update_server

This commit is contained in:
Netkas 2021-01-14 13:23:40 -05:00
parent 00a21a4c8b
commit 6421e5ddba
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ read -p 'Enter your 25-50 character PAT: ' GIT_API_KEY
echo " #### Cloning CoffeeHousePy"
git clone https://${GIT_API_KEY}@github.com/Intellivoid/CoffeeHousePy.git
cd /CoffeeHousePy
git checkout corenlp
git checkout nsfw_detection
echo " #### Preparing System for Python"
make system_prep_python