In <[email protected]>, abdelkader belahcene wrote: >Hi,I saw in debian site,Debian Archive Signing Key to be changed I have >install the lenny on my PC, have to change something if I installed a new >package, >Thanks for help
if sudo -v; then
sudo /bin/sh -c 'aptitude update && aptitude safe-upgrade'
else
echo >/dev/tty 'Root password required to update the system.' && \
su - -c 'aptitude update && aptitude safe-upgrade'
fi || {
echo >&2 'Problems updating the system.' && \
echo >&2 'Please ask for more assitance.' ;
}
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
[email protected] ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.

