https://github.com/dev7kadu/instalador
https://github.com/dev7kadu/instalador
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev7kadu/instalador
- Owner: DEV7Kadu
- License: wtfpl
- Created: 2024-11-16T20:06:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T22:02:07.000Z (over 1 year ago)
- Last Synced: 2025-01-29T23:18:39.358Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```