mirror of
https://github.com/cheat/cheat.git
synced 2025-07-22 13:41:46 +02:00
Continuing to merge gbremer's work into master.
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user