Results 1 to 3 of 3
okay, is there a way to cron apt-get to update the package list and then apply upgrades automatically (say, once a week- every sunday morning at 4am EST)?
from what ...
- 08-08-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 14
apt-get question
okay, is there a way to cron apt-get to update the package list and then apply upgrades automatically (say, once a week- every sunday morning at 4am EST)?
from what i understand precursorily, i have to set up something called a pre-seed to answer any of the yes/no prompts as welll...?
a little help?
running debian sarge. it's a server, so no desktop environment. can't afford to waste HDD space ; )
- 08-08-2006 #2
take a look at the program cron-apt then make a file at
which has the commandCode:etc/cron-apt/action.d/4-install
or without dist if you likeCode:dist-upgrade -y
Brilliant Mediocrity - Making Failure Look Good
- 08-08-2006 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 14
: ) thank you so much!


Reply With Quote
