Merge pull request #621 from richardbrinkman/master

Fix HTML of bootstrap
This commit is contained in:
Georgiana Elena
2020-10-19 13:28:36 +03:00
committed by GitHub

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',