7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
echo "LNMP https://www.lnmp.org"
|
|
|
|
wget http://soft.vpser.net/lnmp/lnmp1.8.tar.gz -cO lnmp1.8.tar.gz
|
|
tar zxf lnmp1.8.tar.gz
|
|
cd lnmp1.8
|
|
./install.sh lnmp
|