diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 55cfbc0..5fcd7b1 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -98,7 +98,7 @@ html = """ } - + """ @@ -271,7 +271,7 @@ def main(): run_subprocess(['add-apt-repository', 'universe']) run_subprocess(['apt-get', 'update', '--yes']) - run_subprocess(['apt-get', 'install', '--yes', + run_subprocess(['apt-get', 'install', '--yes', 'python3', 'python3-venv', 'python3-pip',