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:
Diffstat (limited to 'src/variants/rpios_arm64/post_chroot_script')
-rw-r--r--src/variants/rpios_arm64/post_chroot_script17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/variants/rpios_arm64/post_chroot_script b/src/variants/rpios_arm64/post_chroot_script
new file mode 100644
index 0000000..918c8bc
--- /dev/null
+++ b/src/variants/rpios_arm64/post_chroot_script
@@ -0,0 +1,17 @@
+#!/usr/bin/env bash
+set -x
+set -e
+
+export LC_ALL=C
+
+source /common.sh
+install_cleanup_trap
+
+# Unpack the filesystem changes for the variant
+unpack /filesystem/root /
+
+# add-apt-repository ppa:ubuntu-raspi2/ppa -y
+apt-get update
+apt-get -y --force-yes install libraspberrypi-bin rpi.gpio-common
+apt-get clean
+apt-get autoremove -y