Added additional apt update to benchmarking guide

This commit is contained in:
Sun Knudsen 2020-08-13 08:37:00 -04:00
parent 2f395b6433
commit f8864459c7
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305

View file

@ -41,6 +41,7 @@ $ gpg --version
### Step 4: install GnuPG (only run command if previous step returned `-bash: gpg: command not found`) ### Step 4: install GnuPG (only run command if previous step returned `-bash: gpg: command not found`)
```shell ```shell
apt update
apt install -y gnupg2 apt install -y gnupg2
``` ```