mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Modified the installer such that it now outputs text on successful installation.
This commit is contained in:
parent
b2fe140fdb
commit
15fd673a51
1 changed files with 1 additions and 0 deletions
1
install
1
install
|
@ -6,6 +6,7 @@ import sys
|
|||
try:
|
||||
shutil.copy('./cheat', '/usr/local/bin/')
|
||||
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."
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue