checkout userconfig repository and create silly workaround for directory
This commit is contained in:
parent
e0ff28056f
commit
cba08629cb
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
if type pip3 >/dev/null 2>&1; then
|
if type pip3 >/dev/null 2>&1; then
|
||||||
pip3 install --user git+https://git.lys.is/lysis/pyuserconfig.git
|
pip3 install --user git+https://git.lys.is/lysis/pyuserconfig.git
|
||||||
|
git clone git@git.lys.is:lysis/userconfig.git ~/.userconfig
|
||||||
|
mkdir ~/.config
|
||||||
PYTHONPATH=~/.local/lib ~/.local/bin/userconfig.py
|
PYTHONPATH=~/.local/lib ~/.local/bin/userconfig.py
|
||||||
else
|
else
|
||||||
echo "No pip3 installed, cannot proceed."
|
echo "No pip3 installed, cannot proceed."
|
||||||
|
Loading…
Reference in New Issue
Block a user