Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2021-02-22 16:17:30 +0300
committerGitHub <noreply@github.com>2021-02-22 16:17:30 +0300
commitd7e5121251b733878e4f52e31a8c9fe10c581b5e (patch)
tree21d9786b68e9769cdb1724f849362c79d5807203
parent08c9b5e63a97090dbb217045c9d7fb50815093ba (diff)
Add rpi.gpio-common https://github.com/guysoft/OctoPi/issues/711#issuecomment-783320975
-rw-r--r--src/variants/ubuntu_arm64/post_chroot_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variants/ubuntu_arm64/post_chroot_script b/src/variants/ubuntu_arm64/post_chroot_script
index d699ad2..918c8bc 100644
--- a/src/variants/ubuntu_arm64/post_chroot_script
+++ b/src/variants/ubuntu_arm64/post_chroot_script
@@ -12,6 +12,6 @@ unpack /filesystem/root /
# add-apt-repository ppa:ubuntu-raspi2/ppa -y
apt-get update
-apt-get -y --force-yes install libraspberrypi-bin
+apt-get -y --force-yes install libraspberrypi-bin rpi.gpio-common
apt-get clean
apt-get autoremove -y