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-01-11 13:00:12 +0300
committerGuy Sheffer <guysoft@gmail.com>2021-01-11 13:00:12 +0300
commit4267ec6f07776d07829c1abc90c2dee606162208 (patch)
treeaedc11b2665ebe5902cf1bc5700cbf22b4e73d59
parentff9f931753db5bb8388a541015f1474af3872456 (diff)
Add install libraspberrypi-bin for vcgencmd
-rw-r--r--src/variants/ubuntu_arm64/post_chroot_script15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/variants/ubuntu_arm64/post_chroot_script b/src/variants/ubuntu_arm64/post_chroot_script
new file mode 100644
index 0000000..ff0ed50
--- /dev/null
+++ b/src/variants/ubuntu_arm64/post_chroot_script
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+set -x
+set -e
+
+export LC_ALL=C
+
+source /common.sh
+install_cleanup_trap
+
+
+# add-apt-repository ppa:ubuntu-raspi2/ppa -y
+apt-get update
+apt-get -y --force-yes install libraspberrypi-bin
+apt-get clean
+apt-get autoremove -y