With these steps I managed to get Pimox on my Raspberry Pi 4 and 5 in february 2024.
Install "RPi OS Lite 64-bit" with Raspberry Pi Imager. It's listed under "Raspberry Pi OS (Other)"
| # KDE Neon 15.18.0 post install | |
| # first step, upgrade | |
| sudo pkcon refresh | |
| sudo pkcon update | |
| # opera web browser | |
| wget -qO- https://deb.opera.com/archive.key | sudo apt-key add - | |
| sudo add-apt-repository 'deb https://deb.opera.com/opera-stable/ stable non-free' | |
| sudo apt-get update |
| version: '2.1' | |
| services: | |
| akaunting: | |
| image: kuralabs/docker-akaunting:latest | |
| restart: always | |
| ports: | |
| - 8080:8080 | |
| environment: |
| #!/bin/bash | |
| # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | |
| # # | |
| # UNRAID ZFS ERROR NOTIFICATION SCRIPT # | |
| # # | |
| # Author: Renegade605 # | |
| # GitHub: https://gist.github.com/Renegade605/8a2d41cc93fa9f01670fc9ba34177c3c # | |
| # Last Updated: 2024-02-28 # |
With these steps I managed to get Pimox on my Raspberry Pi 4 and 5 in february 2024.
Install "RPi OS Lite 64-bit" with Raspberry Pi Imager. It's listed under "Raspberry Pi OS (Other)"
| """ | |
| electron_patcher.py: Enforce 'use-angle@1' in Chrome and Electron applications | |
| Version 1.0.0 (2024-08-11) | |
| """ | |
| import enum | |
| import json | |
| from pathlib import Path |