|
@@ -122,7 +122,7 @@ if [ ! -e "~/.firstboot" ]; then
|
|
echo "Cloning project from $GH_REPO $GH_BRANCH"
|
|
echo "Cloning project from $GH_REPO $GH_BRANCH"
|
|
git clone -b ${GH_BRANCH} https://github.com/${GH_REPO}.git $FWROOT
|
|
git clone -b ${GH_BRANCH} https://github.com/${GH_REPO}.git $FWROOT
|
|
fi
|
|
fi
|
|
- sudo pip install -r $FWROOT/config/python_requirements.txt
|
|
|
|
|
|
+ sudo pip install -r $FWROOT/requirements.txt
|
|
|
|
|
|
# Everyone gets SSH access to localhost
|
|
# Everyone gets SSH access to localhost
|
|
echo "Setting up SSH access to localhost"
|
|
echo "Setting up SSH access to localhost"
|