switch to current location of config.txt

This commit is contained in:
Ace 2024-03-24 12:36:08 +01:00 committed by GitHub
parent a9ed9e0230
commit 4830a8f60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ jobs:
sudo dphys-swapfile swapon
# enable SPI
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/firmware/config.txt
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt
# enable inkycal start at boot
sudo -u inky bash -c 'echo "@reboot sleep 60 && cd /home/inky/Inkycal && venv/bin/python inky_run.py &" | crontab -'