helium-helper/README.md

20 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2025-12-20 14:53:27 +01:00
# Helium Bowser installer & updater
## Overview
### Helium_Helper.sh
- Interactive installer and updater script
2025-12-22 18:51:38 +01:00
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 27 `INSTALL_PATH`
2025-12-20 14:53:27 +01:00
- Assumes:
2025-12-22 18:51:38 +01:00
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 27 `INSTALL_PATH`
- Executable named `Helium.AppImage` | for convenience so launchers don't have to be edited at each update
- Keeps prior AppImage as `Helium.old` which will be replaced at every update
- Adds desktop launcher to `/home/<USER>/.local/share/applications`
2025-12-20 14:45:25 +01:00
2025-12-20 14:53:27 +01:00
### Helium_Auto_Update.sh
- Automatic updater script
2025-12-20 14:53:27 +01:00
- 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