Fix in updates
This commit is contained in:
parent
3d222a6a29
commit
76bec5ba30
1 changed files with 6 additions and 0 deletions
|
|
@ -66,3 +66,9 @@ else:
|
||||||
if call("cd ./leviathanutils && git pull && composer update", shell=True) > 0:
|
if call("cd ./leviathanutils && git pull && composer update", shell=True) > 0:
|
||||||
print('Error, cannot upgrade Leviathanutils...')
|
print('Error, cannot upgrade Leviathanutils...')
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
user=os.getlogin()
|
||||||
|
|
||||||
|
if call("/home/{}/pythonenv/bin/pip install --upgrade git+https://git.cuchulu.com/paramecio/pastafariutils.git".format(user), shell=True) > 0:
|
||||||
|
print('Error, cannot upgrade pastafariutils...')
|
||||||
|
exit(1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue