From 6874c62773154481d82a2425bc73524181ea359f Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 26 Feb 2024 10:56:17 +0300 Subject: [PATCH 1/3] Add -u parameter explanation --- docs/guides/installing-on-linux/installing-ams-on-linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/installing-on-linux/installing-ams-on-linux.md b/docs/guides/installing-on-linux/installing-ams-on-linux.md index f2487c91..b1ca7555 100644 --- a/docs/guides/installing-on-linux/installing-ams-on-linux.md +++ b/docs/guides/installing-on-linux/installing-ams-on-linux.md @@ -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 From 55aadd24b84dd7058015712baba323cddb210597 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 26 Feb 2024 10:58:59 +0300 Subject: [PATCH 2/3] Update installing-ams-on-linux.md --- docs/guides/installing-on-linux/installing-ams-on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installing-on-linux/installing-ams-on-linux.md b/docs/guides/installing-on-linux/installing-ams-on-linux.md index b1ca7555..c9a9b710 100644 --- a/docs/guides/installing-on-linux/installing-ams-on-linux.md +++ b/docs/guides/installing-on-linux/installing-ams-on-linux.md @@ -87,7 +87,7 @@ If you have an existing installation script and we recommend updating it to the ```shell sudo ./install_ant-media-server.sh -u - +``` #### Run the installation script ```shell From 67f612bc6f550437809d4c80a849ed768c5b05a3 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 26 Feb 2024 11:04:33 +0300 Subject: [PATCH 3/3] Update installing-ams-on-linux.md --- docs/guides/installing-on-linux/installing-ams-on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/installing-on-linux/installing-ams-on-linux.md b/docs/guides/installing-on-linux/installing-ams-on-linux.md index c9a9b710..b3b84a98 100644 --- a/docs/guides/installing-on-linux/installing-ams-on-linux.md +++ b/docs/guides/installing-on-linux/installing-ams-on-linux.md @@ -83,7 +83,7 @@ sudo wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant ``` #### 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. +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