diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index 0586281..f95c35e 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -36,5 +36,5 @@ if brl which rsync 2>&1 > /dev/null; then echo "Done!" exit_success else - abort "Rsync must be installed!" + abort "rsync must be installed!" fi \ No newline at end of file