#!/bin/sh
   # At least once a day update the index package lists and download
   # pending upgrades.
   {
     apt-get -q update && apt-get -q autoclean && apt-get -q upgrade -d -y && 
apt-get -q dist-upgrade -d -y
   } 2>&1 | mailx -s "apt download output" root
   exit 0

cool! thanks

Pol

--
Pol


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52d52261.7080...@fuckaround.org

Reply via email to