Created
April 7, 2017 03:46
-
-
Save rizalio/3200f2dd33aeec0737787f5b504bb9fe 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 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