mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix HTML of bootstrap
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user