Fix HTML of bootstrap

This commit is contained in:
Richard Brinkman
2020-10-19 11:56:56 +02:00
parent f0b8745194
commit 755752f048

View File

@@ -98,7 +98,7 @@ html = """
} }
</style> </style>
</head> </head>
<html> </html>
""" """
@@ -271,7 +271,7 @@ def main():
run_subprocess(['add-apt-repository', 'universe']) run_subprocess(['add-apt-repository', 'universe'])
run_subprocess(['apt-get', 'update', '--yes']) run_subprocess(['apt-get', 'update', '--yes'])
run_subprocess(['apt-get', 'install', '--yes', run_subprocess(['apt-get', 'install', '--yes',
'python3', 'python3',
'python3-venv', 'python3-venv',
'python3-pip', 'python3-pip',