From 570cfe7044f65fab11c6459c6a58755d2f384e37 Mon Sep 17 00:00:00 2001 From: AEnterprise Date: Sat, 8 Jun 2019 15:44:46 +0200 Subject: [PATCH] make sure we install in userspace --- Bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootloader.sh b/Bootloader.sh index b94acb21..692c8ca1 100755 --- a/Bootloader.sh +++ b/Bootloader.sh @@ -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