Skip to content

Commit

Permalink
add sudo to install, some things need it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Oct 18, 2014
1 parent cf05276 commit 7c0cd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 7c0cd55

Please sign in to comment.