mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
apt-repos: Use signed-by instead of globally trusted keys.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
60fe9d438f
commit
fd1543a67c
@@ -98,7 +98,7 @@ if ! apt-get -dy install "${pre_setup_deps[@]}"; then
|
||||
fi
|
||||
apt-get -y install "${pre_setup_deps[@]}"
|
||||
|
||||
apt-key add "$LIST_PATH/"*.asc
|
||||
cp "$LIST_PATH/"*.asc /etc/apt/keyrings/
|
||||
cp "$LIST_PATH/$release.list" "$SOURCES_FILE"
|
||||
|
||||
if [ -e "$LIST_PATH/custom.sh" ]; then
|
||||
|
Reference in New Issue
Block a user