From a6e31a4c24d30034a094da5ac65d4d82160e76bb Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 4 Dec 2023 00:08:12 -0700 Subject: [PATCH] Use correct req file --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e5519e0..566eb45 100644 --- a/build.sh +++ b/build.sh @@ -39,7 +39,7 @@ ln -s /opt/lib/libffi.so.8 /opt/lib/libffi.so python3 -m pip install -U pip setuptools git clone https://github.com/Jayy001/codexctl.git cd codexctl -python3 -m pip install -r requirements.device.txt pyinstaller +python3 -m pip install -r requirements.txt pyinstaller echo "Building codexctl" pyinstaller \