diff --git a/README.md b/README.md index 9ff361c..5c220f1 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,18 @@ doipv6="yes"' >/usr/local/etc/dedyn.conf ## 6. Download ``` -wget https://gitea.ds9.dedyn.io/olli/debian.ansible.dedyn.client/raw/branch/main/install.sh +wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh ``` ## 7. Run the Script This runs some other Playbooks needed by this playbook. ``` +export PLAYBOOKS=" +debian.ansible.basics +debian.ansible.runchecks +debian.ansible.autoupdate +debian.ansible.dedyn.client +" bash install.sh ```