Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Update creality_install #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions creality_raspberry/creality_install
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down