Hi,

I upgraded apt-0.6, which is secure apt.

 (eethrow-su)
url=http://ftp-master.debian.org/ziyi_key_`date +%Y`.asc
asc=`basename $url`
echo $url
echo $asc
cd /tmp
wget $url
apt-key add $asc
apt-key list
rm $asc
apt-get update
apt-get dist-upgrade

--
rubikitch
http://www.rubyist.net/~rubikitch/
_______________________________________________
eev mailing list
eev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/eev

Reply via email to