mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 09:38:23 +02:00
update install notes
This commit is contained in:
@@ -14,6 +14,7 @@ except ImportError:
|
||||
|
||||
commandline_args = os.environ.get('COMMANDLINE_ARGS', "")
|
||||
sys.argv += shlex.split(commandline_args)
|
||||
setup.parse_args()
|
||||
args, _ = cmd_args.parser.parse_known_args()
|
||||
git = os.environ.get('GIT', "git")
|
||||
index_url = os.environ.get('INDEX_URL', "")
|
||||
|
||||
Reference in New Issue
Block a user