From 4fbb93e38a66050640466b9fed54d25e3175b884 Mon Sep 17 00:00:00 2001 From: thomas-senechal Date: Mon, 16 Sep 2024 12:37:00 +0200 Subject: [PATCH] Update installation instructions for Massa Station ubuntu prior to 24.04 --- docs/massaStation/install.mdx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/massaStation/install.mdx b/docs/massaStation/install.mdx index 2e58ea92..b30d6002 100644 --- a/docs/massaStation/install.mdx +++ b/docs/massaStation/install.mdx @@ -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:
-``` -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:
+ + ```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). @@ -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: