Helium config variable added
This commit is contained in:
parent
36d673fcd1
commit
5d9d0cb515
2 changed files with 3 additions and 1 deletions
|
|
@ -33,12 +33,13 @@
|
|||
## Add/To Do
|
||||
- Architecture detection
|
||||
- Set alias --> Partially
|
||||
- shell recognition missing
|
||||
- active shell recognition missing
|
||||
- Roll back from backup
|
||||
- Config check
|
||||
- Simplification (more for loops) & Clean Up
|
||||
- Update Readme
|
||||
- Make functional launcher optional
|
||||
- Backup configuration
|
||||
|
||||
## Repo
|
||||
- Merge workflow
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ ALIAS="update-helium"
|
|||
## LOCATIONS
|
||||
TMP=/tmp/$APP_NAME
|
||||
INSTALL_PATH=$HOME/.apps/$APP_NAME
|
||||
APP_CONFIG_PATH=$HOME/.config/net.imput.helium
|
||||
ASSET_PATH=$INSTALL_PATH/assets
|
||||
BACKUP_PATH=$ASSET_PATH/backup
|
||||
LOG_PATH=$ASSET_PATH/logs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue