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 ```