Phyks (Lucas Verney)
f55b6a940b
Mimmick what Kresus is doing so that generated file are not owned by root. Fix for #106.
8 lines
100 B
Bash
8 lines
100 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
echo "Updating Weboob..."
|
|
cd /home/user/weboob
|
|
git pull
|
|
pip install --upgrade .
|