Fix in updates

This commit is contained in:
Antonio de la Rosa 2025-10-19 00:43:40 +02:00
parent 3d222a6a29
commit 76bec5ba30

View file

@ -66,3 +66,9 @@ else:
if call("cd ./leviathanutils && git pull && composer update", shell=True) > 0:
print('Error, cannot upgrade Leviathanutils...')
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)