зеркало из https://github.com/microsoft/CCF.git
Install wget if install_deps.py script is executed in default codespace. (#4802)
This commit is contained in:
Родитель
f09d5408a3
Коммит
962c0a2489
|
@ -128,6 +128,7 @@ def install_deps(args: argparse.Namespace):
|
|||
if args.apt_packages:
|
||||
subprocess.Popen(
|
||||
"sudo apt-get install -y --no-install-recommends".split() + [
|
||||
"wget",
|
||||
"graphviz",
|
||||
"htop",
|
||||
"texlive-latex-recommended",
|
||||
|
|
Загрузка…
Ссылка в новой задаче