update
parent
c20b2f7f26
commit
3ab8886a28
1 changed files with 5 additions and 5 deletions
10
Home.md
10
Home.md
|
|
@ -13,11 +13,11 @@ This script was initially designed to just update my Helium browser but over tim
|
|||
|
||||
- Remove Helium **-r**
|
||||
|
||||
- Add and update Desktop Launcher with extra functionality **-l**
|
||||
- Add desktop launcher with extra functionality **-l**
|
||||
|
||||
- Add alias to `.shellrc` **-a** --> _tested with bash, fish and zsh_
|
||||
|
||||
- Compare local and remote version _app_ **-c**
|
||||
- Compare local and remote app version **-c**
|
||||
|
||||
- Show script version **-s**
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ Run script with install parameter _-i_
|
|||
```
|
||||
- Custom install directory
|
||||
```sh
|
||||
./helium_helper.sh -i
|
||||
./helium_helper.sh -i </PATH/TO/INSTALL_DIRECTORY>
|
||||
```
|
||||
**NOTE:** The install path specified won't be overridden within the script yet. Working on it...
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ Backing up, by default, pulls all important files, folders & configuration and c
|
|||
**NOTE:** The backup path specified won't be overridden within the script yet. Working on it...
|
||||
- Backup specific content
|
||||
```sh
|
||||
./helium_helper.sh -b <CONTENT>
|
||||
./helium_helper.sh -b <CONTENT_OPTION>
|
||||
```
|
||||
| Option | Description |
|
||||
| :----: | :---------- |
|
||||
|
|
@ -100,7 +100,7 @@ Backing up, by default, pulls all important files, folders & configuration and c
|
|||
|
||||
- Backup with specific compression
|
||||
```sh
|
||||
./helium_helper.sh -b <COMPRESSION>
|
||||
./helium_helper.sh -b <COMPRESSION_OPTION>
|
||||
```
|
||||
| Option | Description |
|
||||
| :----: | :---------- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue