# Gandi-dyndns A simple bash script to # Requirements Probably already installed on the machine: - bash - sed - curl To install: - [jq](https://stedolan.github.io/jq/) # Getting started 1. Copy the [bash file](./update.sh) somewhere 2. Allow script execution : ``` $ chmod u+x ./update.sh ``` 3. Change settings in the script 4. Launch the script (and possibly add a CRON entry or a systemd timer)