From 736f72b0934ac3bd00fc256065661dbd27e3c438 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sat, 19 May 2018 18:18:06 +0200 Subject: [PATCH] Don't forget to clone cathook as well --- install-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-all b/install-all index fedd7839..562d1e48 100755 --- a/install-all +++ b/install-all @@ -25,5 +25,4 @@ git clone --recursive https://github.com/nullworks/simple-ipc.git;cd simple-ipc; # # Build cathook # - -mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo);make data +git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo);make data