This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#instalação pacotes iniciais do sistema operacional | |
apt-get update | |
apt-get upgrade -y | |
apt-get autoremove | |
apt-get autocleanapt-get -y install build-essential binutils gcc make git htop nethogs tmux | |
#Instalação do postgres | |
apt-get -y install postgresql postgresql-contrib libpq-dev postgresql-client postgresql-client-common |