mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Typo
This commit is contained in:
@@ -348,7 +348,7 @@ def main():
|
|||||||
["apt-get", "install", "--yes", "software-properties-common"],
|
["apt-get", "install", "--yes", "software-properties-common"],
|
||||||
env=apt_get_adjusted_env,
|
env=apt_get_adjusted_env,
|
||||||
)
|
)
|
||||||
if distro == "ubuntu"
|
if distro == "ubuntu":
|
||||||
run_subprocess(["add-apt-repository", "universe", "--yes"])
|
run_subprocess(["add-apt-repository", "universe", "--yes"])
|
||||||
run_subprocess(["apt-get", "update"])
|
run_subprocess(["apt-get", "update"])
|
||||||
run_subprocess(
|
run_subprocess(
|
||||||
|
|||||||
Reference in New Issue
Block a user