Created
July 13, 2019 13:27
-
-
Save austriancoder/ceee29fd6e4ca091490bfd74f5d10e33 to your computer and use it in GitHub Desktop.
USG ddclient update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "deb http://archive.debian.org/debian/ wheezy main" >> /etc/apt/sources.list; apt-get update; apt-get -y install libdata-validate-ip-perl | |
cd /tmp | |
curl -L -O https://raw.githubusercontent.com/ddclient/ddclient/master/ddclient | |
cp /usr/sbin/ddclient /usr/sbin/ddclient.bkp | |
cp ddclient /usr/sbin/ddclient | |
chmod +x /usr/sbin/ddclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment