From d248c77c3d4810612225d7c08b940c5517551f78 Mon Sep 17 00:00:00 2001 From: Adedolapo Olutuyo <85107972+tuyojr@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:31:02 +0100 Subject: [PATCH] updated jumpbox set up installation If you straight up tried to installed the required tools, you'd get an error, so you need to update the apt repository first. --- docs/02-jumpbox.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/02-jumpbox.md b/docs/02-jumpbox.md index 7168252..17563cf 100644 --- a/docs/02-jumpbox.md +++ b/docs/02-jumpbox.md @@ -17,6 +17,7 @@ All commands will be run as the `root` user. This is being done for the sake of Now that you are logged into the `jumpbox` machine as the `root` user, you will install the command line utilities that will be used to preform various tasks throughout the tutorial. ```bash +apt update apt-get -y install wget curl vim openssl git ```