Geekworm

Anyone know why this wokldnt work

x735off says shutting down but the pi stays on

https://github.com/geekworm-com/x735-v2.5/blob/main/install-dietpi.sh

sudo apt-get install -y python-smbus python
sudo apt-get install -y pigpio python-pigpio python3-pigpio git
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
sudo chmod +x *.sh
sudo bash install-dietpi.sh

echo "alias x735off='sudo /usr/local/bin/x735softsd'" >> ~/.bashrc
sudo reboot

probably you could ask the one who created this script at geekworm GitHub https://github.com/geekworm-com/x735-v2.5

It may depend on dbus. Please try:

apt install dbus

Thank you will try :slight_smile: