diff options
| -rw-r--r-- | install/README.md | 8 | ||||
| -rw-r--r-- | install/mmbtools-get (renamed from install/odr-get) | 6 | ||||
| -rw-r--r-- | install/mmbtools-get.conf (renamed from install/odr-get.conf) | 0 | 
3 files changed, 7 insertions, 7 deletions
| diff --git a/install/README.md b/install/README.md index ce94d45..0fbcb3c 100644 --- a/install/README.md +++ b/install/README.md @@ -4,7 +4,7 @@  - [Removal](#removal)  # Introduction -The goal of the odr-get shell script is to install: +The goal of the mmbtools-get shell script is to install:  - the [odr-mmbtools](https://www.opendigitalradio.org/mmbtools) components developed by the [Open Digital Radio](https://www.opendigitalradio.org/) non-profit association on a clean debian environment  - Working configuration files that you can later customize as you see fit @@ -41,10 +41,10 @@ If you want to quickly setup a lite clean debian environment, we suggest you use  1. Install the ODR-mmbTools suite and the sample configuration folder     ```     # Install the stable version of odr-mmbTools -   bash $HOME/dab-scripts/install/odr-get --branch master install +   bash $HOME/dab-scripts/install/mmbtools-get --branch master install     # Or install the next version of odr-mmbTools -   bash $HOME/dab-scripts/install/odr-get --branch next install +   bash $HOME/dab-scripts/install/mmbtools-get --branch next install     ```  # Removal @@ -52,5 +52,5 @@ If you wish to remove the odr-mmbTools suite and the sample configuration folder  1. Stop all odr-mmbTools related jobs in supervisor  2. Remove the ODR-mmbTools software suite and the configuration folder     ``` -   bash $HOME/dab-scripts/install/odr-get remove +   bash $HOME/dab-scripts/install/mmbtools-get remove     ``` diff --git a/install/odr-get b/install/mmbtools-get index e6d7147..ac50d08 100644 --- a/install/odr-get +++ b/install/mmbtools-get @@ -1,6 +1,6 @@  #!/bin/bash -#    odr-get - Build, install, uninstall, remove the software stack +#    mmbtools-get - Build, install, uninstall, remove the software stack  #    Copyright (C) 20222 Robin ALEXANDER  #  #    This program is free software: you can redistribute it and/or modify @@ -18,12 +18,12 @@  #  ## CONSTANTS -source $(realpath $(dirname $0))/odr-get.conf +source $(realpath $(dirname $0))/mmbtools-get.conf  print_usage () {    cat <<- EOF    Usage: -    odr-get [option] action +    mmbtools-get [option] action    Option:      -h, --help           Print this help diff --git a/install/odr-get.conf b/install/mmbtools-get.conf index e20380d..e20380d 100644 --- a/install/odr-get.conf +++ b/install/mmbtools-get.conf | 
