From 0f43875b44b904e60923e770475c0e658002d5fb Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 10 Aug 2026 19:30:06 -0400 Subject: [PATCH] Actualizar instalar_arches7.6_ubuntu.sh --- instalar_arches7.6_ubuntu.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/instalar_arches7.6_ubuntu.sh b/instalar_arches7.6_ubuntu.sh index e666e8b..aa37d3c 100755 --- a/instalar_arches7.6_ubuntu.sh +++ b/instalar_arches7.6_ubuntu.sh @@ -86,6 +86,18 @@ function main { sudo apt-get install -y python3.12 sudo apt-get install -y python3.12-dev sudo apt-get install -y python3.12-venv + + sudo apt-get install -y python3.12-pip + sudo apt-get install -y python3.12-setuptools + sudo apt-get install -y python3.12-wheel + sudo apt-get install -y python3.12-cffi + sudo apt-get install -y libcairo2 + sudo apt-get install -y libpango-1.0-0 + sudo apt-get install -y libpangocairo-1.0-0 + sudo apt-get install -y libgdk-pixbuf2.0-0 + sudo apt-get install -y libffi-dev + sudo apt-get install -y shared-mime-info + sudo apt-get install -y jbig2dec echo -n "Quiere instalar elasticsearch? (y/N)? " read answer