From 72e3df1c7989b3b51bee6a1a3eed633e23b63fa0 Mon Sep 17 00:00:00 2001 From: Panagiotis Georgiadis Date: Wed, 16 Sep 2020 14:41:41 +0200 Subject: [PATCH] Updated Deploy: Digitalocean (markdown) --- Deploy:-Digitalocean.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Deploy:-Digitalocean.md b/Deploy:-Digitalocean.md index 35db5ce..27ff008 100644 --- a/Deploy:-Digitalocean.md +++ b/Deploy:-Digitalocean.md @@ -4,7 +4,7 @@ ## Droplet install -After you have setup your droplet using eg ubuntu 18.04 TLS (https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-18-04-) +After you have setup your droplet using eg ubuntu. ## Create a matterbridge user @@ -18,10 +18,12 @@ Not creating home directory `/home/matterbridge'. ## Matterbridge install -You can install the matterbridge binary in /usr/bin/matterbridge +You can install the matterbridge binary in `/usr/bin/matterbridge`. +You find the link for the binary release at: https://github.com/42wim/matterbridge/releases/latest ```bash -$ sudo wget https://github.com/42wim/matterbridge/releases/download/v1.16.5/matterbridge-1.16.5-linux-64bit -O /usr/bin/matterbridge +# Replace the link with one from the latest release +$ sudo wget https://github.com/42wim/matterbridge/releases/download/v1.18.3/matterbridge-1.18.3-linux-64bit -O /usr/bin/matterbridge $ sudo chmod 755 /usr/bin/matterbridge ```