Merge branch 'master' of git.lys.is:lysis/pyuserconfig

This commit is contained in:
Marcus Stoegbauer 2019-10-19 23:19:49 +02:00
commit 732a272a9a
1 changed files with 8 additions and 0 deletions

8
install.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
if type pip3 >/dev/null 2>&1; then
pip3 install --user git+https://git.lys.is/lysis/pyuserconfig.git
PYTHONPATH=~/.local/lib ~/.local/bin/userconfig.py
else
echo "No pip3 installed, cannot proceed."
fi