On Tue, 2014-05-06 at 13:08 +0800, Paul Wise wrote:

> By default apt-offline does not work

FTR, this is the workaround that I am using for this bug:

gpg_opts="--quiet --no-options --no-default-keyring --keyring"
for keyring in /etc/apt/trusted.gpg.d/*.gpg ; do
  gpg --export $gpg_opts $keyring | gpg --import $gpg_opts /etc/apt/trusted.gpg
done

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to