From 4db6fc1c0a53f6af685d87309bae53284676a496 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 2 Mar 2022 07:05:08 -0500 Subject: [PATCH] Added apt update --- how-to-self-host-hardened-jitsi-server/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/how-to-self-host-hardened-jitsi-server/README.md b/how-to-self-host-hardened-jitsi-server/README.md index b85c863..1f7913a 100644 --- a/how-to-self-host-hardened-jitsi-server/README.md +++ b/how-to-self-host-hardened-jitsi-server/README.md @@ -52,8 +52,10 @@ JITSI_HOSTNAME=meet.sunknudsen.com ### Step 5: install dependencies -```shell -apt install -y apt-transport-https curl gnupg lsb-release nginx-full +```console +$ apt update + +$ apt install -y apt-transport-https curl gnupg lsb-release nginx-full ``` ### Step 6: import [Jitsi](https://jitsi.org/)’s PGP public key