mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
✨ replace getopt with argbash
This commit is contained in:
@@ -31,14 +31,10 @@ The following update methods are currently implemented:
|
||||
|
||||
* `curl` - The minimum requirement for running DynDNS2 operations
|
||||
|
||||
essential for APIs:
|
||||
also essential if you are using other APIs:
|
||||
|
||||
* `jq` - Command-line JSON processor
|
||||
|
||||
optional requirement:
|
||||
|
||||
* `getopt` for CLI parameter handling from [util-linux](https://pkgs.org/download/util-linux)
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
Download the latest release
|
||||
@@ -57,7 +53,7 @@ This convenience function only works if `util-linux` is installed on your system
|
||||
## ⚙ Configuration
|
||||
|
||||
You can use a config in form of an `.env` file.
|
||||
Or if your system meets the relevant requirements you can use CLI parameters.
|
||||
Or you can just use CLI parameters.
|
||||
|
||||
Create `.env` in the app root directory or at `~/.local/share/dynb/.env`.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user