This commit is contained in:
Fr4nz D13trich 2026-01-11 17:49:55 +01:00
parent 42689a9605
commit 489fb720c2

View file

@ -10,7 +10,7 @@ With "little" tinkering it should be possible to apply this script to install, u
``` ```
--- ---
### First Install ### First Install
To initally install Helium browser via this script, download helium_helper.sh and make it executable: To initally install Helium browser via this script, download `helium_helper.sh` and make it executable:
```sh ```sh
wget https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/helium_helper.sh && chmod +x helium_helper.sh wget https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/helium_helper.sh && chmod +x helium_helper.sh
``` ```
@ -30,7 +30,7 @@ Run script with install parameter _-i_
### Updating ### Updating
**From launcher** (if added during install or by running `./helium_helper.sh -l`) **From launcher** (if added during install or by running `./helium_helper.sh -l`)
Checking for the latest version and updating can simply be done for the browser as well as the script by right clicking the app icon and choosing either update option, which will be run by `helium_launcher_update.sh`. This will backup all files that are being updated and write a log. Checking for the latest version and updating can simply be done for the browser as well as the script by right clicking the app icon and choosing either update option, which will be run by `helium_launcher_update.sh`. This will backup all files and configuration and write a log.
**Terminal** **Terminal**