From b39517806bc6d6a720f8ba6e413b9d3836c38fec Mon Sep 17 00:00:00 2001 From: Ben Weissman Date: Thu, 2 Jan 2020 09:31:58 +0100 Subject: [PATCH] Update README.md --- .../deployment/kubeadm/ubuntu-single-node-vm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md index adb926cd..7e32f38a 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/README.md @@ -10,7 +10,7 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster 1. Update existing packages using commands below to ensure that the OS image is up to date ``` bash -sudo apt update&&apt upgrade -y +sudo apt update&&sudo apt upgrade -y sudo systemctl reboot ```