KlipperScreen Install Fix (#1385)
Fixed Syntax Error from line 154 when running install script.
This commit is contained in:
parent
9a4c3879fd
commit
d0e9dd0352
@ -117,7 +117,8 @@ 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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user