works on 2023-10-10-raspios-bookworm-armhf-lite.img.xz py3
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Dec 2023 19:30:09 +0000 (20:30 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Dec 2023 09:28:56 +0000 (10:28 +0100)
docs/kramer-vs88a-dip-switches.png [new file with mode: 0644]
install.sh

diff --git a/docs/kramer-vs88a-dip-switches.png b/docs/kramer-vs88a-dip-switches.png
new file mode 100644 (file)
index 0000000..47c0566
Binary files /dev/null and b/docs/kramer-vs88a-dip-switches.png differ
index f8a1ac9..05313af 100755 (executable)
@@ -1,4 +1,9 @@
-sudo apt install --no-install-recommends python3-pygame
+#!/bin/sh -xe
+
+# 2023-10-10-raspios-bookworm-armhf-lite.img.xz works aarch64 doesn't
+
+sudo apt install --no-install-recommends -y python3-pygame
+
 
 if [ ! -e /etc/udev/rules.d/90-usb.rules ] ; then
        cat << '__EOF__' > /etc/udev/rules.d/90-usb.rules
@@ -11,7 +16,7 @@ __EOF__
 fi
 
 
-if [ ! grep ./wait.py ~pi/.bashrc ] ; then
+if ! grep ./wait.py ~pi/.bashrc ; then
        cat << '__EOF__' >> ~pi/.bashrc
 # veternica start on autologin from tty1
 if who am i | grep tty1 ; then