mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-12 07:42:03 +01:00
Continuing to merge gbremer's work into master.
This commit is contained in:
parent
db4f793da2
commit
10cb62fee9
2 changed files with 12 additions and 12 deletions
2
install
2
install
|
@ -8,5 +8,5 @@ try:
|
|||
shutil.copytree('./.cheat', expanduser('~') + '/.cheat')
|
||||
print "cheat has been installed successfully."
|
||||
except IOError as e:
|
||||
print >> sys.stderr, "This installer must be run as root."
|
||||
print >> sys.stderr, e
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue