Merge pull request #65 from SuperSandro2000/SuperSandro2000-patch-1

Add perl modules to install instructions
This commit is contained in:
DaveSophoServices 2019-09-12 09:44:06 -05:00 committed by GitHub
commit 0871aa0360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,10 @@ through sourceforge.net. Please check out http://ddclient.sf.net
cp sample-etc_rc.d_init.d_ddclient.ubuntu /etc/init.d/ddclient
## enable automatic startup when booting
update-rc.d ddclient defaults
## make sure you have perl installed
apt-get install perl
## make sure you have perl and the required modules installed
apt-get install perl libdata-validate-ip-perl
## if you plan to use cloudflare or feedns you need the perl json module
apt-get install libjson-any-perl
## start the first time by hand
service ddclient start