How to do the custom build update and DirectAdmin version update on the terminal?

Sharif

Verified User
Joined
May 21, 2021
Messages
28
How to do the custom build update and DirectAdmin version update on the terminal?
 
run:
/usr/local/directadmin/custombuild/build
to see all options. Than you can add any option after this command
 
Normally this is enough:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
and all which should be updated will be updated automatically.

For seperate things you can check the command line options as Zhenyapan said.
 
Back
Top