B blog Verified User Joined Jan 28, 2011 Messages 131 Dec 21, 2014 #1 I will update all Exim Named dovecot pure-ftpd phpmyadmin and other Except PHP with custom build 2.0 How do? Thank you.
I will update all Exim Named dovecot pure-ftpd phpmyadmin and other Except PHP with custom build 2.0 How do? Thank you.
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,632 Location A Coruña, Spain Dec 22, 2014 #2 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
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