Skip to content

Commit

Permalink
Add requested comments specific to debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym authored Sep 15, 2022
1 parent d0204e2 commit 45abba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def serve_forever(server):
["apt-get", "install", "--yes", "software-properties-common"],
env=apt_get_adjusted_env,
)
# Section "universe" exists and is required only in ubuntu.
if distro == "ubuntu":
run_subprocess(["add-apt-repository", "universe", "--yes"])
run_subprocess(["apt-get", "update"])
Expand All @@ -433,7 +434,7 @@ def serve_forever(server):
"python3-venv",
"python3-pip",
"git",
"sudo",
"sudo", # sudo is missing in default debian install
],
env=apt_get_adjusted_env,
)
Expand Down

0 comments on commit 45abba3

Please sign in to comment.