Skip to content

Instantly share code, notes, and snippets.

@rizalio
Last active April 7, 2017 03:21
Show Gist options
  • Save rizalio/e601ec8e6d4cde28dc58184dc05dc8c5 to your computer and use it in GitHub Desktop.
Save rizalio/e601ec8e6d4cde28dc58184dc05dc8c5 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-ubuntu.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