Theme editor

How can I run custumbuild update with ssh for directadmin?

Aior

Administrator
Staff member
Joined
Apr 2, 2023
Messages
83
Reaction score
2
Points
8
Age
39
Location
Turkey
Website
aior.com
1. Once you're connected to your server with SSH root user, navigate to the CustomBuild directory. By default, it's usually in the `/usr/local/directadmin/custombuild` directory. You can get there with the `cd` command:

Code:
  cd /usr/local/directadmin/custombuild

2.Then, update all software with the code below.

Warning!: It will take serious time to update all and never disturb the process. Like 15+ minutes)

Also please try not to make updates at live web pages. Propably you will get error messages or you may get problems without warning message.

Code:
./build all d

Here is the results:

1688761291775.png

After that you will not see any mode update alarm without update button at Directadmin.
 

Attachments

  • 1688761291775.png
    1688761291775.png
    562.7 KB · Views: 7
Last edited:

Featured content

Back
Top