Refactor: rename lanx-update to update-manager and clean up repo
This commit is contained in:
parent
7e5662ced4
commit
c82a8db207
4 changed files with 16 additions and 11 deletions
10
README.md
10
README.md
|
|
@ -12,10 +12,10 @@ Lightweight SSH-based update manager for Linux systems.
|
|||
|
||||
## Usage
|
||||
|
||||
./lanx-update.sh check
|
||||
./lanx-update.sh update
|
||||
./lanx-update.sh autoremove
|
||||
./lanx-update.sh full
|
||||
./update-manager.sh check
|
||||
./update-manager.sh update
|
||||
./update-manager.sh autoremove
|
||||
./update-manager.sh full
|
||||
|
||||
## Hosts file format
|
||||
|
||||
|
|
@ -27,5 +27,5 @@ server1|192.168.1.10|user
|
|||
|
||||
## Config
|
||||
|
||||
HOSTS_FILE="/opt/lanx/hosts.conf"
|
||||
HOSTS_FILE="${HOSTS_FILE:-/opt/update-manager/hosts.conf}"
|
||||
NTFY_URL=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue