Skip to content

Commit

Permalink
switch to current location of config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Mar 24, 2024
1 parent a9ed9e0 commit 4830a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -'
Expand Down

0 comments on commit 4830a8f

Please sign in to comment.