Update install.sh

merge-requests/1/head
RaspbianProyect by HP3ICC 2 years ago
parent fd8ebd7961
commit 6127a62fb0

@ -229,6 +229,20 @@ else
######################################################################
EOF
#
fi
if [ -f "/opt/extra-3.sh" ]
then
echo "found file"
else
sudo cat > /opt/extra-3.sh <<- "EOF"
######################################################################
# Coloque en este archivo, cualquier instruccion shell adicional que #
# quierre se realice al finalizar la actualizacion. #
######################################################################
EOF
#
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.