809fae3f15
+ Add notice to configure
12 lines
No EOL
384 B
Bash
12 lines
No EOL
384 B
Bash
#!/bin/bash
|
|
|
|
cp usr/local/bin/live-dns-update.sh /usr/local/bin/live-dns-update.sh
|
|
chmod +x /usr/local/bin/live-dns-update.sh
|
|
|
|
mkdir /etc/live-dns
|
|
cp etc/live-dns/live-dns.conf /etc/live-dns/live-dns.conf
|
|
chmod 400 /etc/live-dns/live-dns.conf
|
|
|
|
cp etc/cron.d/live-dns-update /etc/cron.d/live-dns-update
|
|
|
|
echo You now need set your configuration in the file /etc/live-dns/live-dns.conf |