From 4830a8f60d3040626daf405233608792c0d6008d Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 24 Mar 2024 12:36:08 +0100 Subject: [PATCH] switch to current location of config.txt --- .github/workflows/update-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 09cbe98..9e32180 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -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 -'