From deffb85baf842a9b51aa354f898b96d7daff7b6f Mon Sep 17 00:00:00 2001 From: luisgulo Date: Thu, 9 May 2024 13:22:34 +0200 Subject: [PATCH] Incluimos instalador --- install-Shapes.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 install-Shapes.sh diff --git a/install-Shapes.sh b/install-Shapes.sh new file mode 100755 index 0000000..6383d05 --- /dev/null +++ b/install-Shapes.sh @@ -0,0 +1,14 @@ +#!/bin/bash +echo "Cierre DIA si lo tiene abierto" +read -p "Y pulse INTRO para continuar " +echo +LISTA=(Ordenador Redes Internet Servidores-Isometrico Seguridad-Isomatrico) +# Recorremos Shapes/Sheets y Copiamos +for i in $(echo ${!LISTA[@]}) +do + echo " Copiando ${LISTA[$i]}" + cp ${LISTA[$i]}/shapes/* ~/.dia/shapes/ + cp ${LISTA[$i]}/sheets/* ~/.dia/sheets/ +done +echo "Abra DIA y compruebe el nuevo conjunto de Iconos" +echo