From 48a8e5fcb5f2c91389f8c919ed59034e73d10f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20T=2E=20Jochym?= Date: Sun, 20 Feb 2022 10:41:36 +0100 Subject: [PATCH] Typo --- bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index f88a6d2..a5fe97b 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -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(