SUPPORT


Update:

We have upgraded the technology behind the My Masjid web app. To ensure optimal performance on your Raspberry Pi, please follow the steps below to update your Chromium version:

Steps to Update Chromium Version on Raspberry Pi:

  1. Open the Command Line Interface (CLI).
  2. Copy and paste the following command into the CLI to remove the old version of Chromium:
sudo apt remove --purge chromium-browser -y
  1. Now, copy and paste the following command into the CLI to install the latest version of Chromium and press Enter:
sudo apt install chromium-browser -y
  1. Press Enter to start the installation process.
  2. Wait for the installation to complete.
  3. If you are still facing problems, you are probably better off updating everything by using the command below first, then perform step 2 and 3. For more information, refer to the official Raspberry Pi forum.
sudo apt update
sudo apt full-upgrade
  1. For further assistance, check out this video tutorial.

Ask Question
Chatbot