Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 1588139

Browse files
committed
change repo pat from xenial-220 to xenial-22 (which will install 2.2.N)
1 parent 09fdad9 commit 1588139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_posts/2019-02-15-install.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,9 @@ This is because some files owned by `bbb-client` have moved to be owned by `bbb-
357357
Next, your server needs to know where to download the BigBlueButton 2.2 packages. To configure the package repository, enter the following command:
358358

359359
```bash
360-
$ echo "deb https://ubuntu.bigbluebutton.org/xenial-220/ bigbluebutton-xenial main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
360+
$ echo "deb https://ubuntu.bigbluebutton.org/xenial-22/ bigbluebutton-xenial main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
361361
```
362362

363-
Note: The directory `xenial-220` points to the latest BigBlueButton 2.2.X packages.
364-
365363
Next, run `apt-get` to pull down the links to the latest BigBlueButton packages.
366364

367365
```bash

0 commit comments

Comments
 (0)