From f86c9785ca835083d0d5c98689a01e24a3925690 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sun, 20 May 2018 12:11:26 +0200 Subject: [PATCH] Run make data with su instead Wow I'm actually an idiot. --- install-all | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install-all b/install-all index 6e5fd763..b40437b8 100755 --- a/install-all +++ b/install-all @@ -26,10 +26,4 @@ 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); cd .. - -# -# Install -# - -sudo bash install-data +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