File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ apt-get install -y live-build patch gnupg2 binutils zstd
30
30
# anymore, so we add the archive keys manually. This may need to be updated if Ubuntu changes their signing keys
31
31
# To get the current key ID, find `ubuntu-keyring-xxxx-archive.gpg` in /etc/apt/trusted.gpg.d on a running
32
32
# system and run `gpg --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-xxxx-archive.gpg --list-public-keys `
33
- apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F6ECB3762474EDA9D21B7022871920D1991BC93C
33
+ gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com F6ECB3762474EDA9D21B7022871920D1991BC93C
34
34
35
35
# TODO: This patch was submitted upstream at:
36
36
# https://salsa.debian.org/live-team/live-build/-/merge_requests/314
You can’t perform that action at this time.
0 commit comments