Skip to content

Instantly share code, notes, and snippets.

@austriancoder
Created July 13, 2019 13:27
Show Gist options
  • Save austriancoder/ceee29fd6e4ca091490bfd74f5d10e33 to your computer and use it in GitHub Desktop.
Save austriancoder/ceee29fd6e4ca091490bfd74f5d10e33 to your computer and use it in GitHub Desktop.
USG ddclient update
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