mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Modified the installer.
This commit is contained in:
parent
0f2494726f
commit
431cde776c
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -5,7 +5,7 @@ import sys
|
||||||
|
|
||||||
try:
|
try:
|
||||||
shutil.copy('./cheat', '/usr/local/bin/')
|
shutil.copy('./cheat', '/usr/local/bin/')
|
||||||
shutil.copytree('./.cheat/', expanduser('~'))
|
shutil.copytree('./.cheat', expanduser('~') + '/.cheat')
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
print >> sys.stderr, "This installer must be run as root."
|
print >> sys.stderr, "This installer must be run as root."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Reference in a new issue