Initial commit
This commit is contained in:
parent
96aa9870b5
commit
1ea3c4c1a3
5 changed files with 314 additions and 2 deletions
19
README.md
19
README.md
|
|
@ -1,3 +1,18 @@
|
|||
# helium-helper
|
||||
# Helium Bowser installer & updater
|
||||
## Overview
|
||||
### Helium_Helper.sh
|
||||
- Interactive installer and updater script
|
||||
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 15 `INSTALL_PATH`
|
||||
- Assumes:
|
||||
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 15 `INSTALL_PATH`
|
||||
- Executable named `helium-browser.AppImage` | for convenience so launchers don't have to be edited at each update
|
||||
- Keeps prior AppImage as `helium-browser.OldAppImage` which will be replaced at every update
|
||||
|
||||
Install & Update Helium Browser on Linux
|
||||
### Helium_Auto_Update.sh
|
||||
- Automatic updater script for e.g. `cron`
|
||||
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 8 `INSTALL_PATH`
|
||||
- Assumes:
|
||||
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 8 `INSTALL_PATH`
|
||||
- Executable named `helium-browser.AppImage` | for convenience so launchers don't have to be edited at each update
|
||||
- Loggs to `/home/<USER>/.apps/Helium/updateLog`
|
||||
- Keeps prior AppImage as `helium-browser.OldAppImage` which will be replaced at every update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue