How update all the available versions Except PHP

blog

Verified User
Joined
Jan 28, 2011
Messages
131
I will update all

Exim
Named
dovecot
pure-ftpd
phpmyadmin
and other

Except PHP with custom build 2.0

How do?

Thank you.
 
With those commands you check avaible updates:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build versions

Once you see what is avaible for update run (examples for what you listed):
Code:
cd /usr/local/directadmin/custombuild
./build exim
./build dovecot
./build pure-ftpd
./build phpmyadmin

Named is managed by OS repo, so, on CentOS for example run yum update, on debian/ubuntu apt-get update && apt-get upgrade

Regards
 
Back
Top