mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update auto-update.py
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -140,7 +140,7 @@ def install(display, update):
|
|||||||
|
|
||||||
# setup.py is going to install data files for us
|
# setup.py is going to install data files for us
|
||||||
# first we create a new virtual environment and activate it
|
# first we create a new virtual environment and activate it
|
||||||
os.system("cd /opt/ && source .pwn/bin/activate")
|
os.system("cd /home/pi && source .pwn/bin/activate")
|
||||||
os.system("cd %s && pip3 install ." % source_path)
|
os.system("cd %s && pip3 install ." % source_path)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user