Skip to content

Commit

Permalink
Use latest tag for KlipperScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 30, 2024
1 parent 440a685 commit 8cf4b71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion userpatches/overlay/install_components/klipperscreen.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
#!/bin/bash

KLIPPERSCREEN_TAG="v0.4.1"

install_klipperscreen() {
echo "🍰 install KlipperScreen"
cd /home/debian
apt install python3.11-venv
git clone https://github.com/jordanruthe/KlipperScreen.git
cd KlipperScreen
git checkout tags/$KLIPPERSCREEN_TAG -b $KLIPPERSCREEN_TAG
cd ..
chown -R debian:debian KlipperScreen
su -c "echo 'Y' | /home/debian/KlipperScreen/scripts/KlipperScreen-install.sh" debian
}
}

0 comments on commit 8cf4b71

Please sign in to comment.