From 470c145cdf91d6dbab3ff0985deb1a8c8d6eb2d6 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 11 Jan 2023 08:17:17 -0800 Subject: Fixed PTY glitch where it wouldnt read (still slow tho) --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2929c10..2fb9017 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,8 @@ all: (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkd_stub.py) >pkd.py + (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkcli_stub.py) >pkcli.py clean: - rm -f pkd.py *.pid *.sock *.log + rm -f pkd.py pkcli.py *.pid *.sock *.log install: useradd -rUs /usr/sbin/nologin pkd || true mkdir -p /run/pk /etc/pk -- cgit v1.2.3