diff options
Diffstat (limited to 'easyinstall.sh')
-rwxr-xr-x | easyinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easyinstall.sh b/easyinstall.sh index 9eef1abcc..71d99312b 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -14,4 +14,4 @@ echo "Downloading precompiled binaries." curl -s $DOWNLOADURL | tar -xzf - echo "Done." -echo "MCServer is now installed, run using 'cd MCServer; ./MCServer'." +echo "Cuberite is now installed, run using 'cd MCServer; ./MCServer'." |