Install wget if install_deps.py script is executed in default codespace. (#4802)

This commit is contained in:
Markus Alexander Kuppe 2023-01-06 02:15:28 -08:00 коммит произвёл GitHub
Родитель f09d5408a3
Коммит 962c0a2489
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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",