Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfmi authored Aug 21, 2023
1 parent 6c9d5f6 commit 898fdae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions raspberrypi/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,5 @@ cd ~/bbqX0kbd_driver
make || { echo "Error: Failed to compile display driver."; exit 1; }
sudo make install || { echo "Error: Failed to install display driver."; exit 1; }

echo "Load keymap on start up..."
sudo chmod +x ./init/S01beepykbd
sudo mv ./init/S01beepykbd /etc/init.d/
sudo update-rc.d S01beepykbd defaults

echo "Rebooting..."
sudo shutdown -r now || { echo "Error: Failed to reboot."; exit 1; }

0 comments on commit 898fdae

Please sign in to comment.