How to Upgrade Packages of an Old Custombuild ?

Rezaa

Verified User
Joined
Dec 15, 2010
Messages
75
Hello,

I just purchased a new directadmin VPS. But it's running old custombuild (PHP 5.2.9, Aapache 2.2.11 ,...)
How do I update my custombuild packages?

Any suggestion will be appreciated.
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build update_versions
 
Back
Top