Added installation script
This commit is contained in:
parent
02c983a991
commit
b5ff9316c7
1 changed files with 10 additions and 0 deletions
10
install.sh
Executable file
10
install.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
apt-get install -y libdata-validate-ip-perl
|
||||
apt-get install -y sendmail
|
||||
apt-get install -y libjson-any-perl
|
||||
apt-get install -y libssl-dev
|
||||
cpan IO::Socket::SSL
|
||||
cp ddclient /usr/sbin/
|
||||
mkdir /etc/ddclient
|
||||
mkdir /var/cache/ddclient
|
||||
cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf
|
||||
|
||||
Loading…
Reference in a new issue