Skip to content

Commit

Permalink
Update 2_script_manual.sh
Browse files Browse the repository at this point in the history
add missing dependency

Signed-off-by: shivajiva101 <[email protected]>
  • Loading branch information
shivajiva101 authored Jan 10, 2025
1 parent 97acf2a commit 45c1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/2_script_manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo " ##############################"
echo " "

echo "Installing moonraker dependencies..."
opkg install python3-zeroconf python3-yaml python3-pillow;
opkg install python3-zeroconf python3-yaml python3-pillow libsodium;
pip install -r moonraker-requirements.txt;

echo " "
Expand Down

0 comments on commit 45c1b11

Please sign in to comment.