Skip to content

Instantly share code, notes, and snippets.

@rizalio
Created April 7, 2017 03:46
Show Gist options
  • Save rizalio/3200f2dd33aeec0737787f5b504bb9fe to your computer and use it in GitHub Desktop.
Save rizalio/3200f2dd33aeec0737787f5b504bb9fe to your computer and use it in GitHub Desktop.
#install git
sudo apt-get install git -y
## download script.
git clone https://github.com/rizalio/dotsh.git shell
## install screen.
sudo apt-get install screen -y
## run the installation.
screen -dm bash -c "cd shell; chmod +x *.sh; ./phpsysinfo-debian.sh > install.log 2>&1; exec sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment