Make installation configurable
```sh KLIPPERSCREEN_VENV=$HOME/.venvs/klipperscreen ./scripts/KlipperScreen-install.sh ```
This commit is contained in:
committed by
Alfredo Monclus
parent
a68a3df2e6
commit
4e701c88ad
@@ -2,7 +2,7 @@
|
||||
|
||||
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
KSPATH=$(sed 's/\/scripts//g' <<< $SCRIPTPATH)
|
||||
KSENV="${HOME}/.KlipperScreen-env"
|
||||
KSENV="${KLIPPERSCREEN_VENV:-${HOME}/.KlipperScreen-env}"
|
||||
|
||||
XSERVER="xinit xinput x11-xserver-utils xdotool"
|
||||
FBTURBO="xserver-xorg-video-fbturbo"
|
||||
|
Reference in New Issue
Block a user