0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Reverting pip cache change

This commit is contained in:
boltgolt 2018-04-07 17:47:30 +02:00
parent 8d3a4736cb
commit 060fc369c2

2
debian/postinst vendored
View file

@ -31,7 +31,7 @@ if user is None:
log("Upgrading pip to the latest version")
# Update pip
handleStatus(subprocess.call(["pip3 install --upgrade pip --no-cache-dir"], shell=True))
handleStatus(subprocess.call(["pip3 install --upgrade pip"], shell=True))
log("Starting camera check")