From 6a2b8e912944902bfd7cc43db8d8a7dd27e0e47e Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Fri, 27 Dec 2024 08:40:53 -0500 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." ####################