diff --git a/install.sh b/install.sh index c1fadbb..d94f4f5 100644 --- a/install.sh +++ b/install.sh @@ -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." ####################