Add perl modules to install instructions
This commit is contained in:
parent
02c983a991
commit
1910fb361c
1 changed files with 6 additions and 4 deletions
|
@ -80,8 +80,10 @@ INSTALLATION:
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue