Skip to content

Instantly share code, notes, and snippets.

@rizalio
Last active April 7, 2017 03:19
Show Gist options
  • Save rizalio/d2fbbbda2a91651cd9feebcfadc3db48 to your computer and use it in GitHub Desktop.
Save rizalio/d2fbbbda2a91651cd9feebcfadc3db48 to your computer and use it in GitHub Desktop.
#install git
sudo yum install git -y
## download script.
git clone https://github.com/rizalio/dotsh.git shell
## install screen.
sudo yum install screen -y
## run the installation.
screen -dm bash -c "cd shell; chmod +x *.sh; ./phpsysinfo-centos.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