setup-apt-repos: Don’t install lsb_release.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-12 13:55:07 -08:00
committed by Alex Vandiver
parent 45f4db9702
commit f6a701090c
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ fi
# Hash to check if the configuration is changed by the script later.
hashes=$(sha256sum "$SOURCES_FILE" "$PREF_FILE" 2>/dev/null || true)
pre_setup_deps=(lsb-release apt-transport-https ca-certificates gnupg curl)
pre_setup_deps=(apt-transport-https ca-certificates gnupg curl)
if ! apt-get -dy install "${pre_setup_deps[@]}"; then
apt-get update
fi