Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyostile committed Aug 29, 2023
1 parent 25def31 commit 60b627e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ This script is your one-stop solution 🛠️ to backing up the configuration of
- A GitHub Personal Access Token with appropriate permissions.
- The routers' hostnames or IP addresses.

### 📦 Dependencies

This script relies on several software packages to function correctly:

- `curl`, `openssh-client`, `jq`, `git`

All these dependencies are installed in the Docker image, so you don't need to worry about them if you're running the script in a Docker container or a Kubernetes CronJob. If you're running the script directly on your system, make sure to install these dependencies first.

## 🌍 Environment Variables

The script uses the following environment variables:
Expand Down

0 comments on commit 60b627e

Please sign in to comment.