From 5a0913a29a5899f4fa912c669e61bf1e17664f73 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Fri, 26 Dec 2025 21:56:44 +0100 Subject: [PATCH] update --- helium_helper.sh | 4 ++-- todo.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/helium_helper.sh b/helium_helper.sh index a48ec40..494b272 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -167,7 +167,7 @@ add_launcher() { } ### ALIAS -add_alias() { ### WORKS BUT NEEDS WORK --> CHECK SCRIPT PRESENCE FIRST +add_alias() { ### WORKS BUT NEEDS WORK if ! [ -f "$SCRIPT_PATH/$SCRIPT_FILE_NAME" ] ; then mkdir -p $SCRIPT_PATH wget -P $TMP $SCRIPT_URL -q @@ -184,7 +184,7 @@ add_alias() { ### WORKS BUT NEEDS WORK --> CHECK SCRIPT PRESENCE FIRST echo -e "\n ${LCY}$ALIAS ${GRN}added to${CRS} $HOME/.bashrc" else - echo -e "\n ${RED}No .bashrc like file found!${CRS}" + echo -e "\n ${RED}No .shellrc file found!${CRS}" fi } diff --git a/todo.md b/todo.md index 5793dba..fd46dc7 100644 --- a/todo.md +++ b/todo.md @@ -11,13 +11,15 @@ ## Add - Internet connectivity check in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh) - Auto update setup - - shell recognition + - shell recognition missing - Architecture detection - Set alias --> Partially + - shell recognition missing - Roll back from backup - Config check - Desktop notifications in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh) - Log viewer & config editor +- Add alias remover to remover function ## Repo - Merge workflow