update
This commit is contained in:
parent
0eec37352a
commit
5a0913a29a
2 changed files with 5 additions and 3 deletions
|
|
@ -167,7 +167,7 @@ add_launcher() {
|
||||||
}
|
}
|
||||||
|
|
||||||
### ALIAS
|
### 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
|
if ! [ -f "$SCRIPT_PATH/$SCRIPT_FILE_NAME" ] ; then
|
||||||
mkdir -p $SCRIPT_PATH
|
mkdir -p $SCRIPT_PATH
|
||||||
wget -P $TMP $SCRIPT_URL -q
|
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"
|
echo -e "\n ${LCY}$ALIAS ${GRN}added to${CRS} $HOME/.bashrc"
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "\n ${RED}No .bashrc like file found!${CRS}"
|
echo -e "\n ${RED}No .shellrc file found!${CRS}"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
todo.md
4
todo.md
|
|
@ -11,13 +11,15 @@
|
||||||
## Add
|
## Add
|
||||||
- Internet connectivity check in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh)
|
- Internet connectivity check in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh)
|
||||||
- Auto update setup
|
- Auto update setup
|
||||||
- shell recognition
|
- shell recognition missing
|
||||||
- Architecture detection
|
- Architecture detection
|
||||||
- Set alias --> Partially
|
- Set alias --> Partially
|
||||||
|
- shell recognition missing
|
||||||
- Roll back from backup
|
- Roll back from backup
|
||||||
- Config check
|
- Config check
|
||||||
- Desktop notifications in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh)
|
- Desktop notifications in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh)
|
||||||
- Log viewer & config editor
|
- Log viewer & config editor
|
||||||
|
- Add alias remover to remover function
|
||||||
|
|
||||||
## Repo
|
## Repo
|
||||||
- Merge workflow
|
- Merge workflow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue