mirror of
https://github.com/cheat/cheat.git
synced 2024-11-25 07:21:36 +01:00
Continuing to merge gbremer's work into master.
This commit is contained in:
parent
db4f793da2
commit
10cb62fee9
2
install
2
install
@ -8,5 +8,5 @@ try:
|
|||||||
shutil.copytree('./.cheat', expanduser('~') + '/.cheat')
|
shutil.copytree('./.cheat', expanduser('~') + '/.cheat')
|
||||||
print "cheat has been installed successfully."
|
print "cheat has been installed successfully."
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
print >> sys.stderr, "This installer must be run as root."
|
print >> sys.stderr, e
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user