From 061f1c85d513c31765a730d2de0bb5a43493b654 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Sat, 14 Dec 2024 15:39:48 -0500 Subject: [PATCH] Update easy-fdmr.sh --- easy-fdmr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easy-fdmr.sh b/easy-fdmr.sh index d5c0496..03b5db6 100644 --- a/easy-fdmr.sh +++ b/easy-fdmr.sh @@ -122,7 +122,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." #######