From 0f2494726ff5f8313092c6996acffda237858232 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 11 Aug 2013 15:39:36 -0400 Subject: [PATCH] Modified the installer. --- install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install b/install index 7fbdaa0..dd35d08 100755 --- a/install +++ b/install @@ -5,9 +5,7 @@ import sys try: shutil.copy('./cheat', '/usr/local/bin/') - shutil.copy('./.cheat/', expanduser('~')) + shutil.copytree('./.cheat/', expanduser('~')) except IOError as e: print >> sys.stderr, "This installer must be run as root." sys.exit(1) - -# don't forget to chown back to the normal user