From ab16b1f24860edd0e1f432f26072e47826199eb9 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sun, 20 May 2018 12:08:54 +0200 Subject: [PATCH] Run install-data as root instead --- install-all | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install-all b/install-all index 53adb580..6e5fd763 100755 --- a/install-all +++ b/install-all @@ -25,4 +25,11 @@ git clone --recursive https://github.com/nullworks/simple-ipc.git;cd simple-ipc; # # Build cathook # -git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo);sudo 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); cd .. + +# +# Install +# + +sudo bash install-data