Re: [2023.2] Crash domoticz
Publié : 31 oct. 2023, 19:00
Raspberry Pi Imager est un logiciel avec une interface graphique. Mais il doit y avoir des commandes pour mettre une image sur une carte SD (regarde sur le web).
Reprenez le contrôle de votre domotique
https://easydomoticz.com/forum/
Code : Tout sélectionner
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
sudo apt install pigz
sudo apt install python3
dpkg --get-selections | grep libpython
sudo apt install libpython3.x (x depend du resultat de la ligne precedente)
sudo apt-get update
sudo apt-get upgradeLinux raspberrypi 6.1.0-rpi4-rpi-v7 #1 SMP Raspbian 1:6.1.54-1+rpt2 (2023-10-05) armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Nov 3 14:40:51 2023 from 192.168.1.55
Code : Tout sélectionner
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $