Skip to content

Commit

Permalink
Put update from v0.8 first
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Nov 8, 2023
1 parent ea33fce commit 3dd38b7
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs/networks/advanced-guides/update-the-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,36 @@ sudo pkill teku
</details>

<Tabs>
<TabItem value="update-v07" label="Update from Version 0.7 or below">
<TabItem value="update-v08" label="Update from Version 0.8 or above">

#### Update the LUKSO CLI

Re-install the LUKSO CLI to your system. You will be asked to overwrite the current version.

```bash
curl https://install.lukso.network | sh
```

Make sure to check the downloaded version again to ensure that the update was successful.

```bash
lukso version
```

Then continue to download the latest network configurations.

:::info

The `lukso init` command will not overwrite any personal configurations.

:::

```bash
lukso init
```

</TabItem>
<TabItem value="update-v07" label="Update from Version 0.7 or below">

#### Create a new Working Directory

Expand Down Expand Up @@ -179,35 +208,6 @@ Keep your old working directory on your system until the new node setup fully sy

:::

</TabItem>
<TabItem value="update-v08" label="Update from Version 0.8 or above">

#### Update the LUKSO CLI

Re-install the LUKSO CLI to your system. You will be asked to overwrite the current version.

```bash
curl https://install.lukso.network | sh
```

Make sure to check the downloaded version again to ensure that the update was successful.

```bash
lukso version
```

Then continue to download the latest network configurations.

:::info

The `lukso init` command will not overwrite any personal configurations.

:::

```bash
lukso init
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 3dd38b7

Please sign in to comment.