BakaChinatsu / lnmp-chacha20

12 stars 0 forks source link

Please fix English grammatical mistakes in `install.sh` script. #14

Closed futursolo closed 8 years ago

futursolo commented 8 years ago

Echo_Red "+-------------------------------------------------------------------------+"
Echo_Red "|              This version is NOT the Official version!!!                |"
Echo_Red "|       If you DON'T know what it means,Please use ctrl+c to EXIT!!!      |"
Echo_Red "+-------------------------------------------------------------------------+"
Echo_Red "| Before install, please read the README.md in ${cur_dir}/addone first!!! |"
Echo_Red "+-------------------------------------------------------------------------+"
echo "|     Thanks for Futur Solo@futures.moe and Amamiya Chinatsu@uuz.moe      |"
Echo_Red "+-------------------------------------------------------------------------+"

In install.sh, the code above should be changed to:


Echo_Red "+-------------------------------------------------------------------------+"
Echo_Red "|              This version is not an official version!!!                 |"
Echo_Red "|     If you DON'T know what it means, please press ctrl+c to EXIT!!!     |"
Echo_Red "+-------------------------------------------------------------------------+"
Echo_Red "|    Before installing, please read README.md in ${cur_dir}/addone!!!     |"
Echo_Red "+-------------------------------------------------------------------------+"
echo "|      Thanks to Futur Solo@futures.moe and Amamiya Chinatsu@uuz.moe      |"
Echo_Red "+-------------------------------------------------------------------------+"
mikelei8291 commented 8 years ago

I think the first line is OK so I won't change it. The verb change in the second line is right, I will change it. Also, I accept the change of the third line but except the first at the end. Thanks a lot.