Update install.sh

This commit is contained in:
Esteban Mackay Q. 2024-12-27 08:40:53 -05:00
parent c9c5518aaf
commit 6a2b8e9129
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ if [ -f "/etc/os-release" ]; then
/usr/bin/python3 -m pip install --upgrade service-identity
fi
fi
sudo pip3 uninstall -y twisted --quiet
sudo pip3 install twisted --quiet
echo "Instalación completa."
####################