diff --git a/README.md b/README.md index 4b1ac3f..44215a6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Right now we run this from cron--- at reboot and every so often after. This exam @reboot /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 */30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 ``` +QUICK INSTALL: +``` +sudo wget -O /usr/local/bin/cfddnsv6.sh https://raw.githubusercontent.com/Point808/debuntu-toolkit/master/cfddnsv6.sh; sudo chmod +x /usr/local/bin/cfddnsv6.sh +``` ### cleanup.sh Quick and dirty script to clear disk space (log files, apt cache, etc etc) - useful if creating a machine template.