Skip to content

Commit

Permalink
make sure we install in userspace
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnterprise committed Jun 8, 2019
1 parent 20cf6b9 commit 570cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bootloader.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
if [ -s upgradeRequest ]; then
git pull origin
python3 -m pip install -U -r requirements.txt
python3 -m pip install -U -r requirements.txt --user
rm -rf upgradeRequest
fi
if ! [ -s stage_3.txt ]; then
Expand Down

0 comments on commit 570cfe7

Please sign in to comment.