Installation issue with RaspberryOS 13 Trixie

Having encountered problems when installing Raspberry Pi OS Trixie on a Raspberry 4, here is a fix that works for me.

Install Diet-pi Trixie with RPI Installer (minimal install).

wget https://raw.githubusercontent.com/jeedom/core/master/install/install.sh
chmod +x install.sh
sed -i 's/\bntp\b/ntpsec/g' install.sh
sudo ./install.sh
1 « J'aime »

Hello @olivier9 thanx for your post :slight_smile: you should try with the specific branch Trixie, Jeedom staff replaced the ntp package by chrony

This should work best for Trixie, the master branch may be not fully compatible with Trixie.

wget https://raw.githubusercontent.com/jeedom/core/trixie/install/install.sh
chmod +x install.sh
sudo ./install.sh