mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add requested comments specific to debian
This commit is contained in:
@@ -421,6 +421,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,
|
||||||
)
|
)
|
||||||
|
# Section "universe" exists and is required only in ubuntu.
|
||||||
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"])
|
||||||
@@ -433,7 +434,7 @@ def main():
|
|||||||
"python3-venv",
|
"python3-venv",
|
||||||
"python3-pip",
|
"python3-pip",
|
||||||
"git",
|
"git",
|
||||||
"sudo",
|
"sudo", # sudo is missing in default debian install
|
||||||
],
|
],
|
||||||
env=apt_get_adjusted_env,
|
env=apt_get_adjusted_env,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user