From 0b599aaac3f489ea5ccf99ee15f3f1b4d76183a9 Mon Sep 17 00:00:00 2001 From: yangchengwen <86584470+yangchengwen@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:00:02 +0800 Subject: [PATCH] Update creality_install --- creality_raspberry/creality_install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creality_raspberry/creality_install b/creality_raspberry/creality_install index 47ed491..4c11ea2 100755 --- a/creality_raspberry/creality_install +++ b/creality_raspberry/creality_install @@ -6,12 +6,12 @@ sudo mount -rw -o remount / #install qrencode if [ ! -f "/usr/bin/qrencode" ]; then - sudo apt-get install qrencode + sudo echo y | apt-get install qrencode fi #install ffmpeg if [ ! -f "/usr/bin/ffmpeg" ]; then - sudo apt-get install ffmpeg + sudo echo y | apt-get install ffmpeg fi echo Please make sure the printer is running and connected to this raspberry pi.