added install script
This commit is contained in:
parent
55829ad298
commit
8c69866bde
8
install.sh
Normal file
8
install.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user