Skip to content

Instantly share code, notes, and snippets.

@wesleysaraujo
Created May 18, 2018 14:55
Show Gist options
  • Save wesleysaraujo/8049ebeea58fb854de34dfc2e7f1213a to your computer and use it in GitHub Desktop.
Save wesleysaraujo/8049ebeea58fb854de34dfc2e7f1213a to your computer and use it in GitHub Desktop.
Pré Deploy Lnmp Stack
!#/bin/bash
apt-get -y install wget git screen
git clone https://github.com/lj2007331/lnmp.git
cd lnmp && chmod +x install.sh
screen -S lnmp
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment