From 755752f048be9343592fd80c593c8e49aa4a7064 Mon Sep 17 00:00:00 2001 From: Richard Brinkman Date: Mon, 19 Oct 2020 11:56:56 +0200 Subject: [PATCH] Fix HTML of bootstrap --- bootstrap/bootstrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',