Incluimos instalador
This commit is contained in:
parent
8357b2b224
commit
deffb85baf
1 changed files with 14 additions and 0 deletions
14
install-Shapes.sh
Executable file
14
install-Shapes.sh
Executable 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
|
Loading…
Reference in a new issue