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:
- Open the Command Line Interface (CLI).
- Copy and paste the following command into the CLI to remove the old version of Chromium:
sudo apt remove --purge chromium-browser -y
- 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
- Press Enter to start the installation process.
- Wait for the installation to complete.
- 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
- For further assistance, check out this video tutorial.