Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 436 Bytes

WO Install PAck

Script para instalação do WordOps mais alguns utilitários para configurar seu servidor.

vamos la!

define git username and email for non-interactive install

bash -c 'echo -e "[user]\n\tname = $USER\n\temail = $USER@$HOSTNAME" > $HOME/.gitconfig'

Instalando:

wget https://raw.githubusercontent.com/juanpvh/wo-install/master/install.sh && chmod +x install.sh && clear && ./install.sh