Added apt update
This commit is contained in:
parent
158d5eefbc
commit
4db6fc1c0a
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue