mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
setup-apt-repos: Don’t install lsb_release.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
45f4db9702
commit
f6a701090c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user