mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
config[USER]='pyshelf'
This commit is contained in:
3
installer
vendored
3
installer
vendored
@@ -222,7 +222,8 @@ installer = sysinstall.bin
|
||||
install_answers = TerminalDisplay().installer()
|
||||
for key in install_answers:
|
||||
config[key["name"]] = key["answer"]
|
||||
config["USER"] = os.environ["USER"]
|
||||
#config["USER"] = os.environ["USER"]
|
||||
config["USER"] = 'pyshelf'
|
||||
# Write configuration
|
||||
Configuration().write_file(config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user