Skip to content

Commit

Permalink
Merge pull request #222 from ant-media/update_installating_on_linux
Browse files Browse the repository at this point in the history
Add -u parameter explanation
  • Loading branch information
mustafaboleken authored Mar 8, 2024
2 parents 73ded32 + 67f612b commit 9f5180c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/installing-on-linux/installing-ams-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ Download the ```install_ant-media-server.sh``` shell script.
```shell
sudo wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh && sudo chmod 755 install_ant-media-server.sh
```
#### Update the installation script

If you have an existing installation script and we recommend updating it to the latest version, you can use the `-u` option with the script. This will update your current installation script to the newest version available.

```shell
sudo ./install_ant-media-server.sh -u
```
#### Run the installation script

```shell
Expand Down

0 comments on commit 9f5180c

Please sign in to comment.