From ef1b6dadd7dc818c705b69ac834cc5b97a1fc3c4 Mon Sep 17 00:00:00 2001 From: shark Date: Sat, 6 Apr 2019 12:37:49 -0500 Subject: [PATCH] fix spelling mistake --- bedrocklinux-installer-git.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedrocklinux-installer-git.install b/bedrocklinux-installer-git.install index 703c896..876ea6e 100644 --- a/bedrocklinux-installer-git.install +++ b/bedrocklinux-installer-git.install @@ -1,5 +1,5 @@ post_install() { - echo "You can insatll Bedrock Linux by running 'bedrock-linux.sh --hijack' as root. This action cannot be reversed!" + echo "You can install Bedrock Linux by running 'bedrock-linux.sh --hijack' as root. This action cannot be reversed!" } post_upgrade() { echo "You can update Bedrock Linux by running 'bedrock-linux.sh --update' as root."