Incluimos instalador

This commit is contained in:
luisgulo 2024-05-09 13:22:34 +02:00
parent 8357b2b224
commit deffb85baf

14
install-Shapes.sh Executable file
View file

@ -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