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