From 5fdef0602e1717aeb23e8640b48561a722a29259 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 1 Aug 2025 23:58:49 +0800 Subject: [PATCH] bugfix --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 76460be..23b9f0e 100755 --- a/build.sh +++ b/build.sh @@ -4,6 +4,7 @@ cdir=$(pwd) uname=$(id -un) gname=$(id -gn) +sudo apt install redis-server python3 -m venv py3 source py3/bin/activate $cdir/py3/bin/pip install -r requirements.txt