question about update/upgrade DA

HARD

New member
Joined
Mar 1, 2009
Messages
2
Hello folks
my question is how to update/upgrade DA under Debian 4
waiting your replay
thank you for help
:D
 
Under "Licensing / Updates" after you log into DA, click on "Update DirectAdmin".
 
You can also create a cron job to automatically check and update DA for you. Notice I said "can" not "should." Some do not recommend doing this. I have not had any trouble though.

Code:
echo `0 0 * * * echo "action=update&value=program" >> /usr/local/directadmin/data/task.queue` >> /var/spool/cron/root
 
Back
Top