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