Skip to content

Commit

Permalink
Merge pull request #15 from cbodden/devwork
Browse files Browse the repository at this point in the history
changes :
  • Loading branch information
cbodden authored Jun 28, 2020
2 parents 39348f1 + 51a5c33 commit 0e9566d
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,34 @@ sudo ./media-rollout
```

## Usage Description
```
DESCRIPTION
This script is used to either deploy, configure, or remove the
media stack or bits and pieces.
OPTIONS
-H, -h
Help
This option shows you this help message.
-I, -i
Install
This option starts the install process.
-C, -c
Configure
This option configures the installed applications.
-R, -r, -D, -d
Remove
This option goes through all the services and removes them.
It will also remove the users and groups associated with them.
-G, -g
Git Info
This option will give you commit information on this project.
```

* When this script is run with the "-i" option it will interactively walk you through installation which includes:
* Install
* Configure
* Remove
* This script was tested on:
* Ubuntu 18 desktop and server
* Ubuntu 19 desktop and server
Expand Down

0 comments on commit 0e9566d

Please sign in to comment.