Skip to content

Commit

Permalink
Add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 31, 2024
1 parent f036895 commit 33df79b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions userpatches/overlay/KlipperScreen/fix-missing-fi.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/scripts/KlipperScreen-install.sh b/scripts/KlipperScreen-install.sh
index 53bf153..43899a1 100755
--- a/scripts/KlipperScreen-install.sh
+++ b/scripts/KlipperScreen-install.sh
@@ -117,7 +117,7 @@ create_virtualenv()
if [ -d $KSENV ]; then
echo_text "Removing old virtual environment"
rm -rf ${KSENV}
-
+ fi
echo_text "Creating virtual environment"
python3 -m venv ${KSENV}

0 comments on commit 33df79b

Please sign in to comment.