From 7c0cd55df7f84abe84ba2fb9d340f0b63c1a5995 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Fri, 17 Oct 2014 21:30:47 -0700 Subject: [PATCH] add sudo to install, some things need it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835513a..de75f71 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ image-ultimator ### I love this script! I want to *install* it and use it everywhere! - wget -N https://raw.githubusercontent.com/ryanpcmcquen/image-ultimator/master/imgult; install -m755 imgult /usr/local/bin/; rm imgult + wget -N https://raw.githubusercontent.com/ryanpcmcquen/image-ultimator/master/imgult; sudo install -m755 imgult /usr/local/bin/; rm imgult