Skip to content

Commit

Permalink
Update installation instructions for Massa Station ubuntu prior to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Sep 16, 2024
1 parent 9f10977 commit 4fbb93e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/massaStation/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,19 @@ On Linux, it is **highly recommended** to install _Massa Station_ using a termin
3. Navigate to the directory where the downloaded `.deb` package is located.
4. Run the following command to install the package:<br/>

```
sudo apt install ./massastation-VERSION_amd64.deb
```
```sh
sudo apt install ./massastation-VERSION_amd64.deb
```

5. Enter your administrator password when prompted and press Enter to confirm.
6. The installation will begin, and you will see progress information in the terminal.
7. Once the installation is complete, you can close the terminal.
7. **Ubuntu prior to 24.04 Only**: Massa Wallet requires the `libwebkit2gtk-4.1-0` package to be installed. Run the following command to install it:<br/>

```sh
sudo apt install libwebkit2gtk-4.1-0
```

Once the installation is complete, you can close the terminal.

:::info
If you experience any issues during the installation process or while using _Massa Station_, please refer to the [FAQ](/docs/massaStation/faq).
Expand All @@ -93,7 +99,7 @@ Once _Massa Station_ is installed, you can update it using the same method as fo
If you experience any issues during the update, please refer to the [FAQ](/docs/massaStation/faq).
:::

:::Important information
:::caution Important information

There is a known issue involving version checks while updating _Massa Station_ via the GUI. To avoid this issue we recommend following these instructions:

Expand Down

0 comments on commit 4fbb93e

Please sign in to comment.