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:
hyperAGI-setup-script2.Update the Git repository code:
git pull origin main3.Execute the following commands to complete the update and restart operations:
docker-compose pull && docker-compose down && docker-compose up -dLast updated