Update the node program

When the team upgrade the node program, your nodes will need to be manually updated.

1.Use the cd command to navigate to the hyperAGI-setup-script directory:

Copy code
hyperAGI-setup-script

2.Update the Git repository code:

Copy code
git pull origin main

3.Execute the following commands to complete the update and restart operations:

Copy code
docker-compose pull && docker-compose down && docker-compose up -d

Last updated