# 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:

{% code title="Copy code" %}

```bash
hyperAGI-setup-script
```

{% endcode %}

2.Update the Git repository code:

{% code title="Copy code" %}

```bash
git pull origin main
```

{% endcode %}

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

{% code title="Copy code" %}

```bash
docker-compose pull && docker-compose down && docker-compose up -d
```

{% endcode %}
