Run make data with su instead
Wow I'm actually an idiot.
This commit is contained in:
parent
ab16b1f248
commit
f86c9785ca
@ -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
|
||||
|
Reference in New Issue
Block a user