Skip to content

Commit

Permalink
Update fluidd.sh
Browse files Browse the repository at this point in the history
download latest fluidd
remove zip as a last step.
  • Loading branch information
obgr authored and eliasbakken committed Dec 29, 2023
1 parent 8611b61 commit 9ab4f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userpatches/overlay/install_components/fluidd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
install_fluidd(){
echo "🍰 install Fluidd"
cd /home/debian
wget https://github.com/fluidd-core/fluidd/releases/download/v1.24.1/fluidd.zip
wget https://github.com/fluidd-core/fluidd/releases/latest/download/fluidd.zip
unzip fluidd.zip -d fluidd
chown -R debian:debian fluidd
cp /tmp/overlay/fluidd/fluidd.cfg /home/debian/printer_data/config
rm fluidd.zip
}

0 comments on commit 9ab4f2f

Please sign in to comment.