This commit is contained in:
Paweł T. Jochym
2022-02-20 10:41:36 +01:00
committed by GitHub
parent 94f57fc3dd
commit 48a8e5fcb5

View File

@@ -348,7 +348,7 @@ def main():
["apt-get", "install", "--yes", "software-properties-common"],
env=apt_get_adjusted_env,
)
if distro == "ubuntu"
if distro == "ubuntu":
run_subprocess(["add-apt-repository", "universe", "--yes"])
run_subprocess(["apt-get", "update"])
run_subprocess(