39 lines
1.5 KiB
Bash
39 lines
1.5 KiB
Bash
#!/usr/bin/env bash
|
|
#bash script : bootstrap.es
|
|
#apps : Personal Developer Utilities
|
|
#description : Bootstrap Translate Messages (es)
|
|
#author : MRP/mrp - Mauro Rosero P.
|
|
#company email : mauro@rosero.one
|
|
#personal email : mauro.rosero@gmail.com
|
|
#date : 20240201
|
|
#version : 1.0.2
|
|
#notes :
|
|
#==============================================================================
|
|
#==============================================================================
|
|
|
|
bomsg_000="BOOTSTRAP"
|
|
bomsg_001="ACTUALIZAR DEVS"
|
|
bomsg_002="PERMITIR PUERTO 53"
|
|
bomsg_003="Puerto 53 no se ha liberado!"
|
|
bomsg_004="Puerto 53 (dns) ha sido liberado para uso no-root"
|
|
bomsg_005="Arquitectura desconocida:"
|
|
bomsg_006="Instalando Mozilla SOPS..."
|
|
bomsg_007="Instalación de Mozilla SOPS completada..."
|
|
bomsg_008_1="Carpeta"
|
|
bomsg_008_2="no es del ambiente de desarrollo!"
|
|
bomsg_010="INSTALAR VPN"
|
|
bomsg_011="Instalando cliente VPN (pritunl)"
|
|
bomsg_012="No se completo la instalación del cliente VPN (pritunl)"
|
|
bomsg_013="Cliente VPN (pritunl) instalado satisfactoriamente!"
|
|
bomsg_014="Sistema Operativo no soportado por pritunl"
|
|
|
|
pymsg_001="Instalando python3"
|
|
pymsg_002="Instalando dialog"
|
|
|
|
pymsg_003="Python3 instalado satisfactoriamente"
|
|
pymsg_004="Dialog instalado satisfactoriamente"
|
|
|
|
pdmsg_001="Instalando Podman..."
|
|
pdmsg_003="Podman fue instalado satisfactoriamente"
|
|
|
|
domsg_005="----> Docker previamente instalado, desinstale para poder instalar PODMAN o utilice DOCKER"
|