From e98cad28718433f07188fd13844c0747838a6cb1 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 28 Aug 2020 21:28:31 -0400 Subject: [PATCH] Setup pf-ui to NOT echo characters to the tty device --- docs/slideshow.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/slideshow.md b/docs/slideshow.md index 053eb63..864cf9a 100644 --- a/docs/slideshow.md +++ b/docs/slideshow.md @@ -17,6 +17,14 @@ DL_URL=$(curl https://git.kemonine.info/api/v1/repos/PiFrame/piframe-go/releases wget $DL_URL -O /usr/local/bin/pf-ui chmod a+x /usr/local/bin/pf-ui +# Setup wrapper script for pf-ui so no chracters are echo'd to the tty +cat > /usr/local/bin/pf-ui.sh < /etc/systemd/system/pf-ui.service <