An open API service indexing awesome lists of open source software.

https://github.com/dev7kadu/instalador


https://github.com/dev7kadu/instalador

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

ATUALIZANDO O SISTEMA OPERACIONAL

```bash
sudo apt-get update && sudo apt-get upgrade -y
```

FAZENDO DOWNLOAD DO INSTALADOR & INICIANDO A PRIMEIRA INSTALAÇÃO (USAR SOMENTE PARA PRIMEIRA INSTALAÇÃO):

```bash
sudo apt install -y git && git clone https://github.com/DEV7Kadu/instalador && sudo chmod -R 777 instalador && cd instalador && sudo ./install_primaria
```

ACESSANDO DIRETORIO DO INSTALADOR & INICIANDO INSTALAÇÕES ADICIONAIS (USAR ESTE COMANDO PARA SEGUNDA OU MAIS INSTALAÇÃO:
```bash
cd ./instalador && sudo ./install_instancia
```