Last active
April 7, 2017 03:19
-
-
Save rizalio/d2fbbbda2a91651cd9feebcfadc3db48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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