Results 1 to 5 of 5
my machine is debian 3.0
How do I set automatic update at 6:15am on every Thursday?How do I see it works?
I always do it by
#apt-get update
#apt-get dist-upgrade
...
- 12-29-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 40
automatic update
my machine is debian 3.0
How do I set automatic update at 6:15am on every Thursday?How do I see it works?
I always do it by
#apt-get update
#apt-get dist-upgrade
Thx
- 12-29-2005 #2
Just install "cron-apt" and set it up properly.
By default it will only do "apt-get update" and download the new packages without installing them. But you can set it up otherwise, to "apt-get update" and "apt-get dist-upgrade", for example.Code:apt-get install cron-apt
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-31-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 40
I have installed cron-apt, How do I setup?
- 12-31-2005 #4Introduction To Cron-Apt
Originally Posted by sf433 It may be that your sole purpose in life is simply to serve as a warning to others.
- 12-31-2005 #5
Anytime you don't know how-to about something...
or in that caseCode:man something
Code:man cron-apt
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
