This commit is contained in:
Fr4nz D13trich 2025-12-28 00:25:25 +01:00
parent a638306f2f
commit d480d5c657

View file

@ -23,10 +23,12 @@ Add alias to `.shellrc` | _optional_
``` ```
--- ---
### Updating ### Updating
**From launcher** if added **From launcher** (if added)
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 that are being updated and write a log.
**Terminal** **Terminal**
Updating can also be done by running: Updating can also be done by running:
```sh ```sh
./helium_helper.sh -u ### UPDATE APP ./helium_helper.sh -u ### UPDATE APP
@ -67,4 +69,5 @@ Since this script is interactive, it doesn't keep logs.
- `helium_launcher_update.sh` --> `helium_launcher_update.sh.old` - `helium_launcher_update.sh` --> `helium_launcher_update.sh.old`
- `Helium.desktop` --> `Helium.desktop.old` - `Helium.desktop` --> `Helium.desktop.old`
which will be overwritten at every update which will be overwritten at every update
- Run `helium_launcher_update.sh -h` for help - Run `helium_launcher_update.sh -h` for help