Removal option added; Help page extended

This commit is contained in:
Fr4nz D13trich 2025-12-21 12:05:50 +01:00
parent dc690e80b7
commit 55587dfe4b
5 changed files with 100 additions and 21 deletions

View file

@ -2,14 +2,14 @@
## Overview
### Helium_Helper.sh
- Interactive installer and updater script
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 15 `INSTALL_PATH`
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 16 `INSTALL_PATH`
- Assumes:
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 15 `INSTALL_PATH`
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 16 `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
### Helium_Auto_Update.sh
- Automatic updater script for e.g. `cron`
- Automatic updater script
- 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`