Skip to content

Instantly share code, notes, and snippets.

View lopesdiego12's full-sized avatar

Diego Lopes lopesdiego12

View GitHub Profile
#!/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