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 <guy@shapedo.com>2020-09-29 11:42:51 +0300
committerGuy Sheffer <guy@shapedo.com>2020-09-29 11:42:51 +0300
commitd2a7016c8b1760dcb10d0c14e1b049f173579c86 (patch)
tree7b31616479af7d79de4a5e1144ab33d2801a8e3c
parentadab4e6b9f6ac4cf13b8ea1323b66b792a8d03fc (diff)
Install extra dependencies if needed due to arm64
-rwxr-xr-xsrc/modules/octopi/start_chroot_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 966a756..216e08a 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -138,7 +138,7 @@ EOT
if [ "$OCTOPI_INCLUDE_WIRINGPI" == "yes" ]
then
echo "--- Installing WiringPi"
- apt-get install wiringpi
+ apt-get -y install wiringpi
fi
# fetch current yq build and install to /usr/local/bin