From 98c9266516cd851f4e8e27b464802fc5a2b058b0 Mon Sep 17 00:00:00 2001 From: Josh North Date: Thu, 22 Oct 2015 08:53:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.