aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin ALEXANDER <colisee@hotmail.com>2022-03-04 10:53:24 +0100
committerRobin ALEXANDER <colisee@hotmail.com>2022-03-04 10:53:24 +0100
commit3082ca232799afb396346ed60188838dcbb5c216 (patch)
treec2ef5a635107dbae1638f191731ac71e65451c01
parent9b8f1e6d1cf08ff6fbecf0e9bf2947ede9316681 (diff)
downloaddab-scripts-3082ca232799afb396346ed60188838dcbb5c216.tar.gz
dab-scripts-3082ca232799afb396346ed60188838dcbb5c216.tar.bz2
dab-scripts-3082ca232799afb396346ed60188838dcbb5c216.zip
Rename odr-get into mmbtools-get
-rw-r--r--install/README.md8
-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