|
|
# RTIS Update
|
|
|
|
|
|
This script can be used to automatically install and/or update some base RTIS Software packages and their dependencies.
|
|
|
|
|
|
## Features
|
|
|
|
|
|
* Self-update: Once installed, this script can self-update through GIT when starting up the script.
|
|
|
* Install several RTIS Software packages: Dev, Serial, CUDA, Network, Utils and Dev Remote.
|
|
|
* The RTIS Dev, Serial and CUDA Python Modules will be automatically installed and/or updated.
|
|
|
* The RTIS Network, Utils and Dev Remote packages will optionally allow to install the automatic start-up service.
|
|
|
* All dependencies will be automatically installed.
|
|
|
* The user can optionally choose a custom version to be used for each package.
|
|
|
* The user can choose where the RTIS Network, Utils and Dev Remote packages are installed as well as which user is used for operating them.
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
To run the main updater script simply run the bash script from your terminal with sudo rights:
|
|
|
|
|
|
```shell
|
|
|
sudo ./RTISUpdate.sh
|
|
|
``` |
|
|
\ No newline at end of file |