diff options
author | Serge Schneider <[email protected]> | 2021-03-31 12:28:30 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2021-03-31 12:29:01 +0100 |
commit | 66cd2d17a0d2d04985b83a2ba830915c9a7d81dc (patch) | |
tree | 1e2c790b170b7f202c66ac7016034b8363972e68 /stage2 | |
parent | 461109415073d2eb67083709662ba983cc191f14 (diff) |
Install gpiozero in lite images
Diffstat (limited to 'stage2')
-rw-r--r-- | stage2/01-sys-tweaks/00-packages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stage2/01-sys-tweaks/00-packages b/stage2/01-sys-tweaks/00-packages index 83ec74c..a1f4b59 100644 --- a/stage2/01-sys-tweaks/00-packages +++ b/stage2/01-sys-tweaks/00-packages @@ -2,6 +2,8 @@ ssh less fbset sudo psmisc strace ed ncdu crda console-setup keyboard-configuration debconf-utils parted unzip build-essential manpages-dev python bash-completion gdb pkg-config python-rpi.gpio v4l-utils +python-gpiozero +python3-gpiozero avahi-daemon lua5.1 luajit |